@charset "UTF-8";

html,
body {
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	;
	font-feature-settings: "palt"1;
	-webkit-font-feature-settings: "palt"1;
}

/* default */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	font-size: inherit;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q::before,
q::after {
	content: '';
}

abbr {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

legend {
	color: #000;
}

select,
input,
button,
textarea {
	font: 99% arial, helvetica, clean, sans-serif;
}

pre,
code,
kbd,
samp {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

.aligncenter {
	text-align: center;
}

figure {
	padding: 0;
	margin: 0;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width: 100%;
	height: auto;
}

input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

a {
	text-decoration: none;
	color: #000;
	transition: all 1s ease;
}

a:hover {}

* {
	box-sizing: border-box;
}

iframe {
	display: block;
}


/* common item ---------------------------------------*/

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

@media all and (-ms-high-contrast:none) {

	*::-ms-backdrop,
	.foo {
		color: red
	}

	/* IE11 */
}

@media all and (-ms-high-contrast:none) {
	.foo {
		color: green
	}

	/* IE10〜Edge */
}


/* layout ---------------------------------------*/

.wrapper {}

.inner {
	max-width: 1100px;
	margin: 0 auto;
}

.ov-h {
	overflow: hidden;
}

.overlay {
	display: none;
}



/* header ---------------------------------------*/

header {
	position: relative;
}

.header-inner {
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.header-logo {
	display: block;
	background: url('../img/common/logo.png') left center no-repeat;
	background-size: 100%;
	width: 100px;
	height: 30px;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	left: 30px;
	top: 10px;
}

.header-submenu {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 17px;
}

.header-submenu-list {
	font-size: 0px;
	border-left: 1px solid #ccc;
}

.header-submenu-list-item {
	font-size: 13px;
	display: inline-block;
	line-height: 1.0;
}

.header-submenu-list-item a {
	display: block;
	border-right: 1px solid #ccc;
	padding: 0 15px;
	color: #000;
}


/* gnav ---------------------------------------*/

.gnav {
	position: absolute;
	left: 150px;
	top: 12px;
	width: calc(100% - 300px);
}

.gnav-list {
	font-size: 0px;
}

.gnav-list-item {
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
	font-weight: bold;
}

.gnav-list-item a {
	display: block;
}

.gnav-list-item a.current {}

.gnav-list-item a:hover {}


#openmenu {
	display: none;
}


/* footer ---------------------------------------*/

footer {
	padding: 10px 0 10px 0;
}

.footer-inner {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.copyright {
	display: block;
	text-align: center;
	font-size: 11px;
}


.gotop {
	width: 22px;
	position: fixed;
	right: 10px;
	bottom: 15px;
	z-index: 100;
	opacity: 0;
}

.gotop a img {
	width: 100%;
}


/* grid ---------------------------------------*/

.l-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.l-col-1,
.l-col-2,
.l-col-2-4,
.l-col-3,
.l-col-4,
.l-col-5,
.l-col-6,
.l-col-7,
.l-col-8,
.l-col-9,
.l-col-10,
.l-col-11,
.l-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.l-col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.l-col-1 {
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.l-col-2 {
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.l-col-2-4 {
	flex: 0 0 20%;
	max-width: 20%;
}

.l-col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.l-col-4 {
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.l-col-5 {
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.l-col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.l-col-7 {
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.l-col-8 {
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.l-col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.l-col-10 {
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.l-col-11 {
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.l-col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.3333333333%;
}

.offset-2 {
	margin-left: 16.6666666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.3333333333%;
}

.offset-5 {
	margin-left: 41.6666666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.3333333333%;
}

.offset-8 {
	margin-left: 66.6666666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.3333333333%;
}

.offset-11 {
	margin-left: 91.6666666667%;
}


/* margin ---------------------------------------*/

.mt-0 {
	margin-top: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-35 {
	margin-top: 35px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-45 {
	margin-top: 45px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-55 {
	margin-top: 55px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mt-65 {
	margin-top: 65px !important;
}

.mt-70 {
	margin-top: 70px !important;
}

.mt-75 {
	margin-top: 75px !important;
}

.mt-80 {
	margin-top: 80px !important;
}

.mt-85 {
	margin-top: 85px !important;
}

.mt-90 {
	margin-top: 90px !important;
}

.mt-95 {
	margin-top: 95px !important;
}

.mt-100 {
	margin-top: 100px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-45 {
	margin-bottom: 45px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-55 {
	margin-bottom: 55px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-65 {
	margin-bottom: 65px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-75 {
	margin-bottom: 75px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-85 {
	margin-bottom: 85px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-95 {
	margin-bottom: 95px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-110 {
	margin-bottom: 110px !important;
}

.mb-120 {
	margin-bottom: 120px !important;
}

.mb-130 {
	margin-bottom: 130px !important;
}

.mb-140 {
	margin-bottom: 140px !important;
}


/* width ---------------------------------------*/

.wid-10per {
	width: 10% !important;
}

.wid-15per {
	width: 15% !important;
}

.wid-20per {
	width: 20% !important;
}

.wid-25per {
	width: 25% !important;
}

.wid-30per {
	width: 30% !important;
}

.wid-40per {
	width: 40% !important;
}

.wid-50per {
	width: 50% !important;
}

.wid-60per {
	width: 60% !important;
}

.wid-70per {
	width: 70% !important;
}

.wid-80per {
	width: 80% !important;
}

.wid-100per {
	width: 100% !important;
}

.wid-300 {
	width: 300px !important;
}


/* title ---------------------------------------*/

.title-page {
	font-weight: 600;
	font-size: 2.0rem;
	line-height: 1.5;
	color: #222;
}

.title-section {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.5;
	color: #222;
}

.title-block {
	font-weight: 600;
	font-size: 1.0rem;
	line-height: 1.5;
	color: #222;
}

.title-paragraph {
	font-weight: 600;
	font-size: .6rem;
	line-height: 1.5;
	color: #222;
}

.title-small {
	font-weight: 600;
	font-size: .7rem;
	line-height: 1.5;
	color: #222;
}


/* text ---------------------------------------*/

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.text-s {
	font-size: 1.2rem;
	line-height: 1.5;
}

.text-m {
	font-size: 1.4rem;
	line-height: 1.5;
}

.text-l {
	font-size: 1.8rem;
	color: #484848;
	line-height: 1.94;
}

.text-bold {
	font-weight: 600;
}

.text-red {
	color: #aa0000 !important;
}


.text-ellipsis-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-ellipsis-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-ellipsis-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

@media all and (-ms-high-contrast:none) {
	.text-ellipsis-2 {
		height: 3.2em;
	}

	/* IE10〜Edge */
	.text-ellipsis-3 {
		height: 4.7em;
	}

	/* IE10〜Edge */
}

.text-ellipsis-count::after {
	content: '…';
}

.text-link {
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
}


/* -------------------- pankuzu --------------------- */

.pankuzu {
	border-bottom: 1px solid #ddd;
}

.pankuzu-list {}

.pankuzu-list>li {
	display: inline-block;
	font-size: 13px;
}

.pankuzu-list>li a,
.pankuzu-list>li span {
	display: block;
	padding: 0px 30px 0px 10px;
	line-height: 40px;
	position: relative;
}

.pankuzu-list>li a {
	text-decoration: none;
}

.pankuzu-list>li a::after {
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	transform: rotate(45deg) translate(0, -50%);
	position: absolute;
	right: 10px;
	top: 45%;
}

.pankuzu-list>li span {}


/* list ---------------------------------------*/

.list {}

.list li {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.73;
	position: relative;
	padding-left: 15px;
	letter-spacing: 0.1em;
}

.list li:last-child {
	margin-bottom: 0;
}

.list li::before {
	display: block;
	content: '';
	background: #2A619B;
	background-size: 100%;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 11px;
}

ul.list-simple li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.73;
	position: relative;
	padding-left: 10px;
}

ul.list-simple li::before {
	display: block;
	content: '';
	background: #222;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 13px;
}

ol.list-simple {
	padding-left: 15px;
}

ol.list-simple li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.73;
	position: relative;
	list-style-type: decimal;
}

ol.list-simple li::before {}

.table-blue .list-simple li {
	margin-bottom: 5px;
}

.noticelist li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
	line-height: 1.8;
}


/* btn ---------------------------------------*/

.btn {
	display: inline-block;
	min-width: 160px;
	padding: 10px 24px;
	border-radius: 4px;
	border: 1px solid #07629f;
	background-color: #07629f;
	line-height: 1.1;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	cursor: pointer;
}

.btn:hover {
	background-color: #008CEA;
	opacity: 1;
}

.btn.is-primary:hover {
	border-color: #008CEA;
}

.btn.is-secondary {
	background: none;
	color: #07629f;
	background: #fff;
}

.btn.is-secondary:hover {
	background-color: #07629f;
	color: #fff;
}

.btn.is-tertiary {
	background: none;
	color: #767676;
	border-color: #919191;
}

.btn.is-tertiary:hover {
	background: #919191;
	color: #fff;
}

.btn.is-attention {
	background-color: #c35d59;
	border-color: #c35d59;
}

.btn.is-attention:hover {
	background: #EF6C66;
	border-color: #EF6C66;
}

.btn.is-s {
	min-width: 50px;
	font-size: 13px;
	padding: 5px;
}

.btn.is-l {
	min-width: 250px;
	font-size: 18px;
	padding: 15px;
}


/* -------------------- table --------------------- */

.table-horizontal {
	font-size: 14px
}

.table-horizontal thead th,
.table-horizontal thead td {
	background: #767676;
	color: #fff;
	line-height: 1.94;
	padding: 3px 4px;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	text-align: center;
	white-space: nowrap;
}

.table-horizontal tbody th,
.table-horizontal tbody td {
	line-height: 1.75;
	padding: 6px 8px;
	background: #fff;
	border: 1px solid #dbdbdb;
}

.table-horizontal tbody th {
	text-align: center;
}

.table-horizontal tbody td.td-grouptitle {
	font-weight: 600;
	text-align: center;
	background: #DCE3E8;
	color: #484848;
}

.table-horizontal.is-zebra tbody tr:nth-child(2n) th,
.table-horizontal.is-zebra tbody tr:nth-child(2n) td {
	background: #F4F4F4;
}

.table-vertical {
	border-top: 1px solid #DBDBDB;
}

.table-vertical th {
	text-align: left;
	padding: 16px;
	background: #F4F4F4;
	vertical-align: top;
	font-weight: 600;
	border-bottom: 1px solid #DBDBDB;
	color: #333;
	line-height: 1.6;
	text-align: left;
	min-width: 145px;
	vertical-align: middle;
}

.table-vertical td {
	text-align: left;
	padding: 16px 16px;
	vertical-align: top;
	border-bottom: 1px solid #DBDBDB;
	line-height: 1.6;
	color: #484848;
}

.table-horizontal td a,
.table-vertical td a {
	color: #0078C6;
}

.table-horizontal td a:hover,
.table-vertical td a:hover {
	text-decoration: underline;
}

.table-vertical td small {
	line-height: 1.3;
	display: inline-block;
	font-size: 12px;
}





/* form ---------------------------------------*/

.form-area .submit {
	text-align: center;
}

.form-select {
	width: 100%;
	padding: 8px 10px;
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: url('../img/icon_select.png') 97% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #fff 50%, #eee 100%);
	background: url('../img/icon_select.png') 97% 50% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 50%, #eee 100%);
	background-size: 8px 36px;
	border-radius: 0;
	outline: none;
}

select::-ms-expand {
	display: none;
}

.form-text {
	padding: 13px 5px;
	border: 1px solid #999;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

.form-radio {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position: relative;
}

.form-radio label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 25px;
	position: relative;
	vertical-align: top;
}

.form-radio input[type="radio"] {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.form-radio label::before {
	display: block;
	content: '';
	border: 1px solid #aaa;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.form-radio input:checked+label::after {
	display: block;
	content: '';
	background: #2A619B;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translate(0, -50%);
}

.form-radio input:disabled+label {
	opacity: 0.7;
}

.form-checkbox {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	font-size: 14px;
	position: relative;
}

.form-checkbox label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	line-height: 1.4;
	min-height: 23px;
	margin: 0px 0;
	padding: 3px 0 0 30px;
	position: relative;
	vertical-align: top;
}

.form-checkbox input[type="checkbox"] {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
}

.form-checkbox label::before {
	display: block;
	content: '';
	border: 1px solid #aaa;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.form-checkbox input:checked+label::after {
	display: block;
	content: '';
	background: #2A619B;
	border-radius: 1px;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translate(0, -50%);
}

.form-checkbox input:disabled+label {
	opacity: 0.7;
}

.form-textarea {
	padding: 13px 5px;
	border: 1px solid #999;
	width: 100%;
	box-sizing: border-box;
	height: 80px;
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
}

::placeholder {
	color: #ccc;
}

.toggle-switch {
	position: relative;
	width: 60px;
	height: 30px;
	margin: auto;
	display: inline-block;
}

.toggle-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.toggle-switch label {
	width: 60px;
	height: 30px;
	background: #ccc;
	position: relative;
	display: inline-block;
	border-radius: 30px;
	transition: 0.1s;
	box-sizing: border-box;
}

.toggle-switch label::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	transition: 0.1s;
}

.toggle-input:checked+label {
	background-color: #4BD865;
}

.toggle-input:checked+label::after {
	left: 30px;
}

.must {
	color: #aa0000;
}


/* accordion ---------------------------------------*/

.accordion {}

.accordion-title {
	position: relative;
	display: inline-block;
	padding-right: 50px;
	cursor: pointer;
}

.accordion-title:hover {
	color: #2A619B;
	text-decoration: underline;
}

.accordion-title::after {
	display: block;
	content: '';
	border-bottom: 3px solid #2A619B;
	border-right: 3px solid #2A619B;
	width: 10px;
	height: 10px;
	margin-top: -17px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: rotate(45deg);
	transition: all .25s ease;
}

.accordion-title.is-open::after {
	transform: rotate(225deg);
}

.accordion-body {
	display: none;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* tab ---------------------------------------*/

.tab {}


/* pcのみ */
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}

	.spbr {
		display: none;
	}
}




/* small pc */
@media screen and (min-width: 769px) and (max-width: 1200px) {}


@media screen and (max-width: 1100px) {
	.inner {
		max-width: 98%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {

	/* default ---------------------------------------*/

	img {
		max-width: 100%;
	}

	* {
		box-sizing: border-box;
	}


	/* common item ---------------------------------------*/

	.pc {
		display: none !important;
	}

	.pcbr {
		display: none;
	}

	/* layout ---------------------------------------*/

	.header-inner,
	.footer-inner,
	.inner,
	.wrapper {
		min-width: 0;
		width: 100%;
	}

	/* header ---------------------------------------*/

	header {
		width: 100%;
		background-color: #fff;
		position: fixed;
		left: 0px;
		top: 0px;
		z-index: 1000;
		padding: 0px 0 0 0;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	}

	.header-inner {
		width: auto;
		padding: 0px 0 0px 0;
		text-align: center;
		background: #fff;
		position: relative;
		z-index: 200;
	}

	.overlay {
		content: '';
		display: block;
		position: fixed;
		width: 100%;
		height: 300px;
		background: rgba(0, 0, 0, 0.5);
		left: 0;
		top: 0;
		z-index: 6;
	}

	#openmenu {
		display: block;
		width: 40px;
		height: 40px;
		text-indent: -99em;
		overflow: hidden;
		position: absolute;
		right: 10px;
		top: 15px;
	}

	#openmenu span {
		content: '';
		display: block;
		width: 25px;
		height: 2px;
		background: #000;
		position: absolute;
		left: 0px;
		transition: all .25s ease;
	}

	#openmenu span:nth-child(1) {
		top: 4px;
	}

	#openmenu span:nth-child(2) {
		top: 11px;
	}

	#openmenu span:nth-child(3) {
		top: 18px;
	}

	#openmenu.is-open span:nth-child(1) {
		transform: rotate(45deg);
		top: 10px;
		left: 2px;
	}

	#openmenu.is-open span:nth-child(2) {
		opacity: 0;
		left: -25px;
	}

	#openmenu.is-open span:nth-child(3) {
		transform: rotate(-45deg);
		top: 10px;
		left: 2px;
	}

	.bodyfixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}

	/* gnav ---------------------------------------*/

	.gnav {
		border: none;
		background: #fff;
		padding-bottom: 30px;
		overflow: auto;
		z-index: 100;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		transition: all .25s ease;
		transform: translate3d(0, -100%, 0);
	}

	.gnav.is-active {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}

	.gnav-list {
		width: auto;
		border-left: none;
		border-top: 1px solid #3C82C2;
		padding: 50px 0 20px;
	}

	.gnav-list-item {
		display: block;
	}

	.gnav-list-item a {
		text-align: left;
		border-right: none;
		border-bottom: 1px solid #3C82C2;
		width: auto;
		height: auto;
		line-height: 1.0;
		font-size: 15px;
		font-weight: bold;
		padding: 15px 20px;
		background: #fff;
		color: #3C82C3;
	}


	/* footer ---------------------------------------*/

	.gotop {}

	.gotop a {}


	footer {
		background: none;
		padding: 0px 0 100px 0;
	}


	/* grid ---------------------------------------*/

	.row {
		margin-right: -4px;
		margin-left: -4px;
	}

	.col-1,
	.col-2,
	.col-2-4,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12 {
		padding-right: 4px;
		padding-left: 4px;
	}

	.col-sp-1,
	.col-sp-2,
	.col-sp-2-4,
	.col-sp-3,
	.col-sp-4,
	.col-sp-5,
	.col-sp-6,
	.col-sp-7,
	.col-sp-8,
	.col-sp-9,
	.col-sp-10,
	.col-sp-11,
	.col-sp-12 {
		position: relative;
		width: 100%;
		min-height: 1px;
		padding-right: 4px;
		padding-left: 4px;
	}

	.col {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sp-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sp-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}

	.col-sp-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}

	.col-sp-2-4 {
		flex: 0 0 20%;
		max-width: 20%;
	}

	.col-sp-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sp-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}

	.col-sp-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}

	.col-sp-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sp-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}

	.col-sp-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}

	.col-sp-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sp-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}

	.col-sp-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}

	.col-sp-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}


	/* margin ---------------------------------------*/

	.mt-sp-0 {
		margin-top: 0px !important;
	}

	.mt-sp-5 {
		margin-top: 5px !important;
	}

	.mt-sp-10 {
		margin-top: 10px !important;
	}

	.mt-sp-15 {
		margin-top: 15px !important;
	}

	.mt-sp-20 {
		margin-top: 20px !important;
	}

	.mt-sp-25 {
		margin-top: 25px !important;
	}

	.mt-sp-30 {
		margin-top: 30px !important;
	}

	.mt-sp-35 {
		margin-top: 35px !important;
	}

	.mt-sp-40 {
		margin-top: 40px !important;
	}

	.mt-sp-45 {
		margin-top: 45px !important;
	}

	.mt-sp-50 {
		margin-top: 50px !important;
	}

	.mt-sp-55 {
		margin-top: 55px !important;
	}

	.mt-sp-60 {
		margin-top: 60px !important;
	}

	.mt-sp-65 {
		margin-top: 65px !important;
	}

	.mt-sp-70 {
		margin-top: 70px !important;
	}

	.mt-sp-75 {
		margin-top: 75px !important;
	}

	.mt-sp-80 {
		margin-top: 80px !important;
	}

	.mt-sp-85 {
		margin-top: 85px !important;
	}

	.mt-sp-90 {
		margin-top: 90px !important;
	}

	.mt-sp-95 {
		margin-top: 95px !important;
	}

	.mt-sp-100 {
		margin-top: 100px !important;
	}

	.mb-sp-0 {
		margin-bottom: 0px !important;
	}

	.mb-sp-5 {
		margin-bottom: 5px !important;
	}

	.mb-sp-10 {
		margin-bottom: 10px !important;
	}

	.mb-sp-15 {
		margin-bottom: 15px !important;
	}

	.mb-sp-20 {
		margin-bottom: 20px !important;
	}

	.mb-sp-25 {
		margin-bottom: 25px !important;
	}

	.mb-sp-30 {
		margin-bottom: 30px !important;
	}

	.mb-sp-35 {
		margin-bottom: 35px !important;
	}

	.mb-sp-40 {
		margin-bottom: 40px !important;
	}

	.mb-sp-45 {
		margin-bottom: 45px !important;
	}

	.mb-sp-50 {
		margin-bottom: 50px !important;
	}

	.mb-sp-55 {
		margin-bottom: 55px !important;
	}

	.mb-sp-60 {
		margin-bottom: 60px !important;
	}

	.mb-sp-65 {
		margin-bottom: 65px !important;
	}

	.mb-sp-70 {
		margin-bottom: 70px !important;
	}

	.mb-sp-75 {
		margin-bottom: 75px !important;
	}

	.mb-sp-80 {
		margin-bottom: 80px !important;
	}

	.mb-sp-85 {
		margin-bottom: 85px !important;
	}

	.mb-sp-90 {
		margin-bottom: 90px !important;
	}

	.mb-sp-95 {
		margin-bottom: 95px !important;
	}

	.mb-sp-100 {
		margin-bottom: 100px !important;
	}


	/* width ---------------------------------------*/

	.wid-sp-100per {
		width: 100% !important;
	}

	.wid-sp-50per {
		width: 50% !important;
	}

	.wid-sp-400 {
		width: 400px !important;
	}

	.wid-sp-500 {
		width: 500px !important;
	}

	.wid-sp-600 {
		width: 600px !important;
	}

	.wid-sp-700 {
		width: 700px !important;
	}

	.wid-sp-800 {
		width: 800px !important;
	}

	.wid-sp-900 {
		width: 900px !important;
	}

	/* title ---------------------------------------*/

	.title-page {}

	.title-section {
		font-size: 30px;
		padding: 32px 0;
	}

	.title-section::after {
		width: 100px;
	}

	.title-block {
		font-size: 24px;
	}

	.title-small {
		font-size: 16px;
	}


	/* text ---------------------------------------*/

	.text-sp-center {
		text-align: center;
	}

	.text-sp-right {
		text-align: right;
	}

	.text-sp-left {
		text-align: left;
	}


	/* pankuzu ---------------------------------------*/

	.pankuzu {
		display: none
	}


	/* list ---------------------------------------*/

	.list li {
		padding-left: 15px;
	}


	/* btn ---------------------------------------*/


	/* table ---------------------------------------*/

	.table-wrapper {
		margin-bottom: 55px;
	}

	.table-horizontal,
	.table-horizontal tbody,
	.table-horizontal tr,
	.table-horizontal th,
	.table-horizontal td {
		display: block;
		width: 100%;
	}


	.table-horizontal th,
	.table-horizontal td {
		font-size: 16px;
		border: none;
	}

	.table-horizontal th {
		padding: 18px 20px 18px 20px;
	}

	.table-horizontal td {
		padding: 25px 20px 25px 20px;
	}

	.table-sp-scroll {
		overflow: auto;
		width: calc(100% + 30px);
		margin: 0 -15px;
		padding-left: 15px;
	}

	.table-sp-scroll table {
		min-width: 450px;
	}


	/* modal ---------------------------------------*/

	.modal-wrapper {
		display: none;
	}

	.modal {
		padding: 0px;
	}

	.modal-inner-close {
		width: 320px;
		max-width: 100%;
		margin: 30px auto;
	}


	/* form ---------------------------------------*/







}




/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {}
