@import url("https://fonts.googleapis.com/css?family=Montserrat");

@import url(font-awesome.min.css);

/* Reset
------------------------------------------------------------*/

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

address,
em {
	font-style: normal;
}

strong,
th {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th {
	text-align: left;
}

hr,
legend {
	display: none;
}

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

img,
fieldset {
	border: 0;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

li {
	list-style-type: none;
}

input[type="submit"],
button,
label,
select {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* {
	box-sizing: border-box;
	zoom: 1;
}

*:before,
*:after {
	box-sizing: border-box;
}

/* link
------------------------------------------------------------*/

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}

button:hover {
	opacity: 0.8;
}

/* Fonts
------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

/* 10px base */

body {
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	color: #333;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

body > div,
input,
button,
textarea,
select {
	font-size: 14px;
	font-size: 1.4rem;
}

input,
button,
textarea,
select {
	line-height: 1.8;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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

select {
	padding: 10px;
	border-radius: 5px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
select {
	padding: 10px;
	border-radius: 5px;
	border: solid 1px #aaa;
}

textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="email"].error,
select.error {
	background-color: #fff2f2;
	border: solid 2px #E33E41;
}

/* radio
-------------*/

input[type="radio"] {
	display: none;
}

input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 3px 10px 3px 24px;
	cursor: pointer;
	width: 100%;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after {
	content: '';
	top: 50%;
	position: absolute;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}

input[type="radio"] + label::before {
	width: 16px;
	height: 16px;
	margin-top: -9px;
	left: 0;
	background: #EEE;
	border: 1px solid #ccc;
}

input[type="radio"].error + label::before {
	border: 1px solid #E33E41;
	background-color: #fff2f2;
}

input[type="radio"] + label:hover::before {
	background: #FEFEFE;
}

input[type="radio"] + label::after {
	opacity: 0;
	left: 3px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #3498DB;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #3498DB;
}

input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* checkbox
-------------*/

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	padding: 3px 10px 3px 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
}

input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
	position: absolute;
	content: '';
}

input[type="checkbox"] + label::before {
	top: 50%;
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="checkbox"] + label::after {
	opacity: 0;
	top: 50%;
	left: 3px;
	width: 8px;
	height: 4px;
	margin-top: -4px;
	border-left: 2px solid #3498DB;
	border-bottom: 2px solid #3498DB;
	-webkit-transform: rotate(-45deg) scale(0.5);
	-ms-transform: rotate(-45deg) scale(0.5);
	transform: rotate(-45deg) scale(0.5);
}

input[type="checkbox"] + label:hover::before {
	background: #fff;
}

input[type="checkbox"]:checked + label::before {
	background: #fff;
	border: 1px solid #3498DB;
}

input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	-ms-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

/*
#overview
base
*/

.ltHead {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.ltHeadTop {
	background: rgba(0, 0, 0, 0.7);
	position: relative;
}

.ltHeadTop .inner {
	padding: 20px 0 35px;
}

.ltHeadTop .siteTitle {
	position: relative;
	display: inline-block;
	z-index: 1;
}

.ltHeadNavi {
	position: relative;
	margin-top: -20px;
}

.ltHeadNavi::before,
.ltHeadNavi::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ltHeadNavi::before {
	-webkit-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	transform: skewY(-2deg);
	background: #187FC4;
}

.ltHeadNavi::after {
	-webkit-transform: skewY(-1deg);
	-ms-transform: skewY(-1deg);
	transform: skewY(-1deg);
	background: #000;
}

.ltHeadNavi .inner {
	position: relative;
	z-index: 1;
	padding: 23px 0;
}

.ltHeadNavi li {
	padding: 0 23px;
	border-right: 2px solid;
	text-align: center;
}

.ltHeadNavi li:last-child {
	border-right: none;
}

.ltHeadNavi a {
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 30px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.ltHeadNavi a::before,
.ltHeadNavi a::after {
	content: " ";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}

.ltHeadNavi a::before {
	bottom: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 9px 6px;
	border-color: transparent transparent #fabe00 transparent;
}

.ltHeadNavi a:after {
	bottom: -9px;
	display: block;
	width: 100px;
	height: 2px;
	background: #fabe00;
}

.ltHeadNavi a[aria-selected="true"],
.ltHeadNavi a:hover {
	opacity: 1;
}

.ltHeadNavi a[aria-selected="true"]::before,
.ltHeadNavi a[aria-selected="true"]::after,
.ltHeadNavi a:hover::before,
.ltHeadNavi a:hover::after {
	opacity: 1;
}

.ltHeadNavi a > span {
	position: relative;
	display: inline-block;
}

.ltHeadRight {
	width: 100%;
}

.ltHeadRight .inner {
	text-align: right;
}

.ltHeadRightBtnNavi,
.ltHeadRightLangNavi {
	display: inline-block;
	vertical-align: middle;
}

.ltHeadRightBtnNavi {
	margin-right: 40px;
}

.ltHeadRightBtnNavi li {
	display: inline-block;
	margin-right: 5px;
}

.ltHeadRightBtnNavi li:last-child {
	margin-right: 0;
}

.ltHeadRightLangNavi li {
	display: inline-block;
}

.ltHeadRightLangNavi li::after {
	content: "/";
	color: #fff;
}

.ltHeadRightLangNavi li:last-child::after {
	display: none;
}

.ltHeadRightLangNavi li a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
}

.ltHeadRightLangNavi li a[aria-selected="true"] {
	font-weight: bold;
	text-decoration: underline;
}

.ltHeadSpMenuToggle {
	position: absolute;
	top: 32px;
	left: 0;
	display: block;
	width: 27px;
	height: 22.5px;
	z-index: 1;
}

.ltHeadSpMenuToggle span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
}

.ltHeadSpMenuToggle span:nth-of-type(1) {
	top: 0;
}

.ltHeadSpMenuToggle span:nth-of-type(2) {
	top: 10px;
}

.ltHeadSpMenuToggle span:nth-of-type(3) {
	bottom: 0;
}

.ltHeadSpMenuToggle.isActive span {
	height: 5px;
	width: 18px;
	top: 10px;
	bottom: auto;
}

.ltHeadSpMenuToggle.isActive span:nth-of-type(1) {
	-webkit-transform: translateX(0px) rotate(-45deg);
	-ms-transform: translateX(0px) rotate(-45deg);
	transform: translateX(0px) rotate(-45deg);
}

.ltHeadSpMenuToggle.isActive span:nth-of-type(2) {
	opacity: 0;
}

.ltHeadSpMenuToggle.isActive span:nth-of-type(3) {
	-webkit-transform: translateX(10px) rotate(45deg);
	-ms-transform: translateX(10px) rotate(45deg);
	transform: translateX(10px) rotate(45deg);
}

.ltHeadSpCloseBtn {
	position: absolute;
	right: 10px;
	top: 570px;
}

.ltHeadSpCloseBtn a {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 10px;
	font-size: 1rem;
	color: #FFF;
	text-decoration: none;
	background: #000;
	padding-top: 9px;
}

.ltHeadSpCloseBtn span {
	display: block;
	text-align: center;
	line-height: 1;
}

.ltHeadSpCloseBtn span.icon {
	margin-bottom: 7.5px;
}

#contents {
	min-height: 500px;
}

/*
#styleguide
container

```
<div class="container">
左右にpadding15pxつきます
</div>
```
*/

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

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

.row:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.ltUnderHeader {
	position: relative;
	padding-top: 110px;
	color: #FFF;
}

.ltUnderHeader::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: url(../img/index/img_mv_bg.png) top center no-repeat;
	background-size: cover;
}

.ltUnderHeader a {
	color: #fff;
}

.ltUnderHeaderWrapper {
	position: relative;
	padding-top: 75px;
	padding-bottom: 130px;
	background-image: url(/assets/img/common/bg_pagetitle.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
}

.ltUnderHeaderWrapper .inner {
	position: relative;
	z-index: 1;
}

.ltUnderHeaderWrapper::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/bg_pagetitle_02.png) no-repeat;
	background-size: cover;
	z-index: -1;
}

.ltUnderHeaderTitle {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.1;
	min-width: 340px;
	padding: 15px;
}

.ltUnderHeaderTitle .small {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 7.5px;
}

.ltUnderHeaderTitle .medium {
	font-size: 30px;
	font-size: 3rem;
}

.ltUnderHeaderTitle .block {
	display: block;
}

.ltUnderHeaderNavi {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 310px + 3%);
	text-align: center;
}

.ltUnderHeaderNavi.column3 {
	margin-left: -1.25%;
	margin-right: -1.25%;
}

.ltUnderHeaderNavi.column3 li {
	padding: 0 1.25%;
}

.ltUnderHeaderNavi.column3 li a {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

.ltUnderHeaderNavi.column3 li a::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}

.ltUnderHeaderNavi.column3 li a:hover,
.ltUnderHeaderNavi.column3 li a:hover::before {
	opacity: 1;
}

.ltUnderHeaderNavi.colum4 {
	margin-right: -.5%;
	margin-left: -.5%;
}

.ltUnderHeaderNavi.colum4 li {
	padding: 0 .5%;
}

.ltUnderHeaderNavi .slick-dots {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

.ltUnderHeaderNavi .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}

.ltUnderHeaderNavi .slick-dots li button {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background: #9F9F9F;
	border: 1px solid #9F9F9F;
	overflow: hidden;
	text-indent: -9999px;
	padding: 0;
}

.ltUnderHeaderNavi .slick-dots li.slick-active button {
	background: #fabe00;
	border: 1px solid #fabe00;
}

.ltUnderContent {
	min-height: 500px;
	font-size: 15px;
	font-size: 1.5rem;
}

.ltFoot {
	position: relative;
	background: #0E0E10;
	color: #FFF;
	z-index: 1;
}

.ltFootPagetop {
	position: absolute;
	top: -45px;
	right: 15px;
	z-index: 1;
}

.ltFootPagetop a {
	display: block;
	width: 68px;
	height: 68px;
	text-align: center;
	line-height: 50px;
	background: #282828;
	border-radius: 10px;
}

.ltFootPagetop a i {
	font-size: 30px;
	font-size: 3rem;
}

.ltFootSns {
	position: absolute;
	left: 0;
	top: 18px;
}

.ltFootTop {
	position: relative;
}

.ltFootTop::before {
	content: " ";
	position: absolute;
	top: 30px;
	width: 100%;
	height: 89%;
	background: #282828;
	-webkit-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	transform: skewY(-4deg);
}

.ltFootTop::after {
	content: " ";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: #282828;
}

.ltFootTop a {
	color: #FFF;
	text-decoration: none;
}

.ltFootTop .inner {
	position: relative;
	z-index: 1;
}

.ltFootTopContent {
	padding-top: 90px;
	padding-bottom: 30px;
}

.ltFootTopContentLogo {
	width: calc(20% - 10px);
}

.ltFootTopContentListItem {
	width: 25%;
	padding: 0 10px;
}

.ltFootTopContentListUnit {
	margin-bottom: 15px;
}

.ltFootTopContentListUnit dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.ltFootTopContentListUnit dd li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 3px;
}

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

.ltFootTopContentListUnit dd li::before {
	content: "・";
}

.ltFootTopContentSpLink {
	padding: 15px 15px 5px;
}

.ltFootTopContentSpLink li {
	display: block;
	text-align: center;
	margin-bottom: 18px;
}

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

.ltFootTopContentSpLink li a {
	color: #000;
	width: 250px;
}

.ltFootTopBottom {
	text-align: right;
	border-top: 1px solid #4F4E4E;
	padding: 20px 0;
}

.ltFootBottom {
	position: relative;
	background: #0E0E10;
	text-align: center;
	color: #B2B2B2;
	padding: 15px 0;
	border-bottom: 1px solid  #fff;
}

.ltFootSpAccordionToggle {
	position: absolute;
	width: 45px;
	height: 45px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	cursor: pointer;
	z-index: 1;
}

.ltFootSpAccordionToggle::after {
	content: "\f107";
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: FontAwesome;
	line-height: 1;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: normal;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ltFootSpAccordionToggle.isActive::after {
	-webkit-transform: translate(-50%, -50%) rotateX(180deg);
	transform: translate(-50%, -50%) rotateX(180deg);
}

/* CSS Document */

.container {
	max-width: 970px;
}

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

.modSpOnly {
	display: none;
}

/*
#overview
modTitle
*/

/*
#styleguide
xxxxx

```
コード
```
*/

/*
#overview
modTxt
*/

/*
#styleguide
xxxxx

```
コード
```
*/

/*
#overview
modBtn
*/

/*
#styleguide
xxxxx

```
コード
```
*/

.modBtn01 {
	position: relative;
	display: inline-block;
	border: 1px solid #fff;
	width: 200px;
	max-width: 100%;
	text-align: center;
	border-radius: 100px;
	text-decoration: none;
	background: #FFF;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 7px;
}

.modBtn01::after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
}

.modBtn01.type01 {
	background: #fabe00;
	border: 1px solid #fabe00;
}

.modBtn01__medium {
	width: 227px;
	font-size: 20px;
	font-size: 2rem;
	padding: 10px 30px;
}

.modBtn01__large {
	width: 345px;
	font-size: 20px;
	font-size: 2rem;
	padding: 10px 30px;
}

.modBtn01__ol {
	border: 2px solid #000000;
	color: #000;
	background: none;
}

.modBtn01__ol.type_bottom {
	border: 1px solid #9A9A9A;
}

.modBtn01__olWhite {
	border: 1px solid #FFF;
	color: #FFF;
}

/*
#overview
modBlock
*/

/*
#styleguide

```
コード
```
*/

.modBlockUnderAricle {
	color: #000;
}

.modBlockUnderAricleHeading {
	margin-bottom: 20px;
}

.modBlockUnderAricleHeading .category,
.modBlockUnderAricleHeading .date {
	display: inline-block;
	vertical-align: middle;
}

.modBlockUnderAricleHeading .category {
	margin-right: 15px;
	margin-bottom: 10px;
	letter-spacing: -.4em;
}

.modBlockUnderAricleHeading .categoryTag {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

.modBlockUnderAricleHeading .categoryTag a {
	display: block;
	border: 1px solid;
	padding: 0 10px;
	min-width: 120px;
	text-align: center;
	text-decoration: none;
}

.modBlockUnderAricleHeading .categoryTag:last-child {
	margin-right: 0;
}

.modBlockUnderAricleHeading .categoryTag.category01 a {
	color: #ff6101;
	border: 1px solid #ff6101;
}

.modBlockUnderAricleHeading .categoryTag.category02 a {
	color: #389401;
	border: 1px solid #389401;
}

.modBlockUnderAricleHeading .categoryTag.category03 a {
	color: #187fc4;
	border: 1px solid #187fc4;
}

.modBlockUnderAricleHeading .date {
	margin-bottom: 15px;
}

.modBlockUnderAricleHeading .title {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.2;
}

.modBlockUnderAricleContent {
	padding-bottom: 130px;
}

.modBlockColumn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modBlockColumnItem {
	padding: 0 15px;
}

.modBlockColumnItemSide {
	width: 320px;
}

.modBlockColumnItemMain {
	width: calc(100% - 320px);
}

.modBlockColumnList {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}

.modBlockColumnListPagination {
	position: absolute;
	width: 100%;
	left: 0;
}

#wrapper .modBlockColumnListPaginationTop {
	top: 0;
}

.modBlockColumnListPaginationBottom {
	bottom: 0;
}

.mw_wp_form_confirm .modPartsDListFormItem dd {
	padding: 7.5px;
	background: #F3F2EF;
	border: 1px solid #F3F2EF;
	vertical-align: top;
}

.mw_wp_form_confirm .modPartsDListFormItem:last-child dd {
	height: 260px;
	overflow: auto;
}

.modBlockFormAria {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 60px 70px;
	margin-bottom: 40px;
}

.modBlockFormAria .conf_input,
.modBlockFormAria .conf_textarea {
	padding: 7.5px;
	background: #F3F2EF;
	border: 1px solid #F3F2EF;
}

.modBlockFormAria .conf_textarea {
	height: 260px;
	overflow: auto;
}

.modBlockFormAria input[type="text"],
.modBlockFormAria input[type="email"],
.modBlockFormAria textarea {
	width: 100%;
	background: #fff;
	border: 2px solid #ccc;
	border-radius: 0;
	padding: 7.5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.modBlockFormAria textarea {
	height: 260px;
}

.modBlockFormAriaButton {
	text-align: center;
}

.modBlockFormAriaButton input[type="submit"] {
	width: 150px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	border-radius: 100px;
	border: 1px solid;
	padding: 7.5px 20px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.modBlockFormAriaButton input[name="submitConfirm"],
.modBlockFormAriaButton input[name="submitBack"] {
	background-color: #DEDDDD;
	border: 1px solid #DEDDDD;
}

.modBlockFormAriaButton input[name="submitConfirm"] {
	background-image: url(../img/common/icn_vect_right_black@2x.png);
	background-position: 90% center;
	background-size: 8px 12px;
}

.modBlockFormAriaButton input[name="submitBack"] {
	background-image: url(../img/common/icn_vect_left_black@2x.png);
	background-position: 10% center;
	background-size: 8px 12px;
}

.modBlockFormAriaButton input[name="send"] {
	border: 1px solid #187FC4;
	background-color: #187FC4;
	color: #FFF;
	background-image: url(../img/common/icn_vect_right_white@2x.png);
	background-position: 90% center;
	background-size: 8px 12px;
}

.modTable01 table {
	width: auto;
	margin: 20px 100px;
	background: #FFF;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	table-layout: fixed;
}

.modTable01 th,
.modTable01 td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.modTable01 th {
	text-align: center;
}

/*
#overview
modList
*/

/*
#styleguide
modList　modIndent

```
<ul class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ul>
<ol class="modListNormal">
    <li>リスト</li>
    <li>リスト</li>
</ol>
<ul class="modIndent01">
    <li>※テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>※リスト</li>
</ul>
<ul class="modIndent02">
    <li>１.　テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。テキストが入ります。</li>
    <li>２.　リスト</li>
</ul>
<ul class="modList01">
    <li>Illustrator に原寸で配置したサイズでの解像度が350dpiになるようにしてください。</li>
    <li> 拡大縮小率70%〜141％を超えると画質が劣化するのでご注意ください。</li>
</ul>
```
*/

.modListNormal {
	margin: 0 0 0 2em;
}

ul.modListNormal li:before {
	content: "\0030fb";
	margin-left: -2em;
	display: inline-block;
	width: 2em;
	text-align: center;
}

ol.modListNormal li {
	list-style: decimal;
}

/* indent */

.modIndent01 li {
	text-indent: -1em;
	margin: 0 0 0 1em;
}

.modIndent02 li {
	text-indent: -2.5em;
	margin: 0 0 0 2.5em;
}

/* フォーム
***************************************/

.modDlForm {
	margin: 0 0 20px;
}

.modDlForm dt {
	float: left;
	clear: both;
	width: 16em;
	padding: 33px 0 20px 63px;
	position: relative;
}

.modDlForm dt.required:before,
.modDlForm dt.any:before {
	position: absolute;
	left: 0;
	top: 33px;
	color: #FFF;
	font-size: 11px;
	font-size: 1.1rem;
	padding: 2px 10px;
}

.modDlForm dt.required:before {
	content: "必須";
	background: #E33E41;
}

.modDlForm dt.any:before {
	background: #999999;
	content: "任意";
}

.modDlForm dd {
	border-bottom: solid 1px #ccc;
	padding: 10px 0;
	padding-left: 17em;
}

.modDlForm dd .parts {
	padding: 10px 0;
}

.modDlForm dd .parts textarea,
.modDlForm dd .parts input[type="text"],
.modDlForm dd .parts input[type="email"] {
	width: 100%;
}

.modDlForm dd .parts.radio_inline > div,
.modDlForm dd .parts.check_inline > div {
	display: inline-block;
}

.modDlForm dd .parts.name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modDlForm dd .parts.name > div {
	width: 48.5%;
}

.modDlForm dd .parts.post,
.modDlForm dd .parts.tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.modDlForm dd .parts.post .hyphen,
.modDlForm dd .parts.tel .hyphen {
	padding: 10px 10px 0 10px;
}

.modDlForm dd .parts.password input {
	width: 100%;
	max-width: 300px;
}

.modDlForm dd .parts.password .text {
	padding: 10px 0;
}

.modDlForm .validationError {
	color: #E33E41;
}

.modListBreadcrumb {
	margin-bottom: 20px;
}

.modListBreadcrumb li {
	display: inline;
}

.modListBreadcrumb li:not(:last-child)::after {
	content: "＞";
	display: inline;
	padding: 0 2.5px 0 7.5px;
	font-size: 10px;
	font-size: 1rem;
	vertical-align: middle;
}

.modListPagination {
	padding: 40px 0;
	text-align: center;
}

.modListPagination p,
.modListPagination ul,
.modListPagination li {
	display: inline-block;
	vertical-align: middle;
}

.modListPagination ul {
	letter-spacing: -0.4em;
}

.modListPagination li {
	letter-spacing: 0;
}

.modListPagination li:last-child a::before {
	content: "…";
	display: inline-block;
	padding-right: 0.5em;
}

.modListPagination span,
.modListPagination a {
	position: relative;
	display: block;
	min-width: 45px;
	height: 45px;
	line-height: 46px;
	text-decoration: none;
	padding: 0 7.5px;
}

.modListPagination span::after,
.modListPagination a::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fabe00;
	border-radius: 100px;
	opacity: 0;
}

.modListPagination span.current,
.modListPagination span.is_active,
.modListPagination span:hover,
.modListPagination a.current,
.modListPagination a.is_active,
.modListPagination a:hover {
	opacity: 1;
}

.modListPagination span.current::after,
.modListPagination span.is_active::after,
.modListPagination span:hover::after,
.modListPagination a.current::after,
.modListPagination a.is_active::after,
.modListPagination a:hover::after {
	opacity: 1;
}

.modListPagination .wp-pagenavi > span,
.modListPagination .wp-pagenavi > a {
	display: inline-block;
}

.modListPagination .wp-pagenavi > span.first,
.modListPagination .wp-pagenavi > span.last,
.modListPagination .wp-pagenavi > span.pages,
.modListPagination .wp-pagenavi > span.extend,
.modListPagination .wp-pagenavi > a.first,
.modListPagination .wp-pagenavi > a.last,
.modListPagination .wp-pagenavi > a.pages,
.modListPagination .wp-pagenavi > a.extend {
	display: none;
}

.modListPagination .wp-pagenavi .page + .extend + .page::before {
	content: "…";
	display: inline-block;
	padding-right: 0.5em;
}

.modListNewsCategory {
	text-align: center;
	letter-spacing: -.4em;
}

.modListNewsCategory li {
	display: inline-block;
	letter-spacing: 0;
	padding: 0 5px;
}

.modListNewsCategory a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid;
	line-height: 50px;
	text-decoration: none;
	font-size: 28.52px;
	font-size: 2.852rem;
	font-weight: bold;
	border-radius: 100px;
	text-align: center;
}

.modListNewsCategory a.category_all {
	color: #FABE00;
	border: 1px solid #FABE00;
}

.modListNewsCategory a.category_all:hover,
.modListNewsCategory a.category_all.is_active {
	background: #FABE00;
}

.modListNewsCategory a.category_news {
	color: #A0EAFC;
	border: 1px solid #A0EAFC;
}

.modListNewsCategory a.category_news:hover,
.modListNewsCategory a.category_news.is_active {
	background: #A0EAFC;
}

.modListNewsCategory a.category_events {
	color: #a0fcc7;
	border: 1px solid #a0fcc7;
}

.modListNewsCategory a.category_events:hover,
.modListNewsCategory a.category_events.is_active {
	background: #a0fcc7;
}

.modListNewsCategory a:hover,
.modListNewsCategory a.is_active {
	color: #333;
	opacity: 1;
}

.modListNewsCategory.type_under a.category_news {
	color: #187fc4;
	border: 1px solid #187fc4;
}

.modListNewsCategory.type_under a.category_news:hover,
.modListNewsCategory.type_under a.category_news.is_active {
	background: #187fc4;
}

.modListNewsCategory.type_under a.category_events {
	color: #389401;
	border: 1px solid #389401;
}

.modListNewsCategory.type_under a.category_events:hover,
.modListNewsCategory.type_under a.category_events.is_active {
	background: #389401;
}

.modListNewsCategory.type_under a:hover,
.modListNewsCategory.type_under a.is_active {
	color: #333;
	opacity: 1;
}

.modListNewsItem {
	margin-bottom: 10px;
}

.modListNewsItem a {
	position: relative;
	display: block;
	background: rgba(0, 0, 0, 0.6);
	border: 1px solid #585858;
	color: #FFF;
	text-decoration: none;
	padding: 16px;
}

.modListNewsItem.is_events a::after {
	background-image: url(../img/common/icn_news_vect_right_events.png);
}

.modListNewsItem.is_news a::after {
	background-image: url(../img/common/icn_news_vect_right_news.png);
}

.modListNews .category,
.modListNews .date {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
}

.modListNews .category {
	margin-right: 7.5px;
	letter-spacing: -.4em;
}

.modListNews .categoryTag {
	display: inline-block;
	border: 1px solid;
	padding: 0 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	letter-spacing: 0;
}

.modListNews .categoryTag:last-child {
	margin-right: 0;
}

.modListNews .categoryTag.category01 {
	color: #F9A449;
	border: 1px solid #F9A449;
}

.modListNews .categoryTag.category02 {
	color: #a0fcc7;
	border: 1px solid #a0fcc7;
}

.modListNews .categoryTag.category03 {
	color: #A0EAFC;
	border: 1px solid #A0EAFC;
}

.modListNews .date {
	margin-bottom: 5px;
}

.modListNews .title {
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 8px;
	padding-right: 30px;
	line-height: 1.4;
}

.modListNews.type_under .modListNewsItem a {
	position: relative;
	background: #FFF;
	color: #222;
	margin: 5px;
	border: none;
}

.modListNews.type_under .modListNewsItem a::before {
	content: " ";
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background: url(../img/common/bg_news_under.png);
	z-index: -1;
}

.modListNews.type_under .modListNewsItem.is_events a::after {
	background-image: url(../img/common/icn_news_under_vect_right_events.png);
}

.modListNews.type_under .modListNewsItem.is_news a::after {
	background-image: url(../img/common/icn_news_under_vect_right_news.png);
}

.modListNews.type_under .category {
	margin-right: 7.5px;
	letter-spacing: -.4em;
}

.modListNews.type_under .categoryTag.category01 {
	color: #ff6101;
	border: 1px solid #ff6101;
}

.modListNews.type_under .categoryTag.category02 {
	color: #389401;
	border: 1px solid #389401;
}

.modListNews.type_under .categoryTag.category03 {
	color: #187fc4;
	border: 1px solid #187fc4;
}

.modListButton {
	text-align: center;
	margin-top: 30px;
}

.modListButton li {
	display: inline-block;
}

.modListTile01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.modListTile01 li {
	width: 50%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
}

.modListTile01 a {
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 100%;
	color: #FFF;
}

.modListTile01 a:focus {
	outline: none;
}

.modListTile01 a:hover {
	opacity: 1;
}

.modListTile01 .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	line-height: 1;
	padding: 20px 5px;
}

.modListTile01 .text > em,
.modListTile01 .text > span {
	display: block;
}

.modListTile01 .text > em {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	font-weight: bold;
	line-height: 1.4;
}

.modListTile01 .text > em:last-child {
	margin-bottom: 0;
}

.modListTile01 .text > span {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.2;
}

.modListTile02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modListTile02 li {
	width: 20%;
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}

.modListTile02 a {
	position: relative;
	display: block;
	overflow: hidden;
}

.modListTile02 a:focus {
	outline: none;
}

.modListTile02 a::before {
	content: " ";
	position: absolute;
	left: 0;
	bottom: -20px;
	background: #187FC4;
	width: 100%;
	height: 60px;
	-webkit-transform: skewY(-8deg);
	-ms-transform: skewY(-8deg);
	transform: skewY(-8deg);
}

.modListTile02 a img {
	width: 100%;
}

.modListTile02 a .text {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	text-align: right;
	line-height: 1.2;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
}

.modListTile02 a .text .bold {
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 5px;
	line-height: 1;
}

.modListTile02 a .text .bold.small {
	font-size: 21px;
	font-size: 2.1rem;
}

.modListSns li {
	display: inline-block;
	margin-right: 7.5px;
}

.modListSns li a {
	display: block;
	color: #282828;
	background: #858686;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 100px;
}

.modListSns li a i {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1;
	vertical-align: middle;
}

.modListFile li {
	position: relative;
	margin-bottom: 5px;
}

.modListFile li.is_pdf {
	padding: 10px 0 10px 45px;
}

.modListFile li.is_pdf::after {
	content: " ";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background: url(../img/common/icn_pdf35@2x.png) no-repeat center;
	background-size: 35px 41px;
	width: 36px;
	height: 42px;
}

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

.modListFileAfter li {
	position: relative;
	margin-bottom: 3px;
	line-height: 1;
}

.modListFileAfter li a {
	text-decoration: none;
}

.modListFileAfter li.is_pdf::after {
	content: " ";
	display: inline-block;
	vertical-align: bottom;
	background: url(../img/common/icn_pdf24@2x.png) no-repeat center;
	background-size: 24px 29px;
	width: 25px;
	height: 30px;
	line-height: 1;
	margin-left: 5px;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.modListFileAfter li.is_word::after {
	content: " ";
	display: inline-block;
	vertical-align: bottom;
	background: url(../img/common/icn_word24@2x.png) no-repeat center;
	background-size: 24px 29px;
	width: 25px;
	height: 30px;
	line-height: 1;
	margin-left: 5px;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.modListNewsArrow {
	border-top: 2px solid #D9D9D8;
	padding: 15px 0;
	margin-bottom: 30px;
}

.modListNewsArrow::after {
	content: " ";
	display: table;
	clear: both;
}

.modListNewsArrow a {
	position: relative;
	text-decoration: none;
}

.modListNewsArrow a::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
	font-size: 1.2rem;
}

.modListNewsArrow .prev {
	text-align: left;
	float: left;
}

.modListNewsArrow .prev a {
	padding-left: 1em;
}

.modListNewsArrow .prev a::before {
	content: "＜";
	left: 0;
}

.modListNewsArrow .next {
	text-align: right;
	float: right;
}

.modListNewsArrow .next a {
	padding-right: 1em;
}

.modListNewsArrow .next a::before {
	content: "＞";
	right: 0;
}

.modListSide li {
	border-bottom: 1px solid #c9c9c7;
}

.modListSide a {
	display: block;
	text-decoration: none;
	padding: 15px 0;
	color: #000;
}

/*
#overview
other
*/

/*
#styleguide
xxxxx

```
コード
```
*/

/*↓消さないこと*/

.modLoading {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.8);
}

.modLoading i {
	font-size: 24px;
	font-size: 2.4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
}

/*↑消さないこと*/

.modLink01 {
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
}

.modLink01::after {
	content: "\f105";
	font-family: FontAwesome;
	line-height: 1;
	padding-left: 0.5em;
}

.modPopupBox {
	position: fixed;
	display: none;
}

.modPopupStudent {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
	max-width: 700px;
	width: 100%;
	padding-top: 120px;
	z-index: 3;
	overflow: auto;
}

.modPopupStudentInner {
	position: relative;
	color: #FFF;
	background: #2091DC;
	height: 550px;
}

.modPopupStudentTitle {
	position: relative;
	overflow: hidden;
	font-size: 42px;
	font-size: 4.2rem;
	height: 220px;
	padding: 40px 50px;
	line-height: 1.2;
}

.modPopupStudentTitle::before {
	content: " ";
	position: absolute;
	top: -80px;
	left: 0;
	background: #187FC4;
	width: 100%;
	height: 100%;
	-webkit-transform: skewY(-13deg);
	-ms-transform: skewY(-13deg);
	transform: skewY(-13deg);
}

.modPopupStudentTitle > span {
	position: relative;
	z-index: 1;
}

.modPopupStudentContent {
	padding: 0 30px;
}

.modPopupStudentText {
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 45px;
	line-height: 1.6;
}

#wrapper .modPopupStudentInput {
	display: block;
	width: 100%;
	max-width: 420px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 auto 45px;
	border: 1px solid #fff;
}

.modPopupStudentClose {
	position: absolute;
	top: -60px;
	right: 0;
}

.modPopupShadow {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 2;
	background: rgba(0, 0, 0, 0.65);
}

.modPopupShadow::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

.modPopupShadow::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

body .mfp-bg {
	opacity: 1;
	background: rgba(0, 0, 0, 0.65);
}

body .mfp-container {
	position: static;
	top: 15px;
	width: 100%;
	max-width: 980px;
	height: auto;
	letter-spacing: -0.4em;
	padding: 0 0 15px;
	margin: 0 auto;
}

body .mfp-container .mfp-arrow {
	position: relative;
	display: inline-block;
	width: 50%;
	height: auto;
	background: #FFF;
	opacity: 1;
	padding: 20px 15px 30px;
	margin-top: 0;
	color: #000;
	letter-spacing: 0;
}

body .mfp-container .mfp-arrow:hover:before,
body .mfp-container .mfp-arrow:hover::after {
	opacity: 0.8;
}

body .mfp-container .mfp-arrow-left::before,
body .mfp-container .mfp-arrow-right::before {
	content: attr(title);
	position: static;
	width: auto;
	height: auto;
	margin: auto;
	border: none;
	opacity: 1;
	line-height: 1;
	font-size: 18px;
	font-size: 1.8rem;
}

body .mfp-container .mfp-arrow-left::after,
body .mfp-container .mfp-arrow-right::after {
	position: absolute;
	border: none;
	width: auto;
	height: auto;
	margin: 0;
	top: calc(50% - 4px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
}

body .mfp-container .mfp-arrow-left {
	text-align: left;
	padding-left: 45px;
}

body .mfp-container .mfp-arrow-left::after {
	content: "\f053";
	font-family: FontAwesome;
	line-height: 1;
	left: 25px;
}

body .mfp-container .mfp-arrow-right {
	text-align: right;
	padding-right: 45px;
}

body .mfp-container .mfp-arrow-right::after {
	content: "\f054";
	font-family: FontAwesome;
	line-height: 1;
	right: 25px;
}

body .mfp-content {
	position: relative;
	display: block;
	letter-spacing: 0;
}

body .mfp-content .modPopupBox {
	position: relative;
	display: block;
	padding-top: 50px;
	z-index: 5;
}

body .mfp-content .modPopupBox .modPopupBoxInner {
	background: #FFF;
}

body .mfp-content .mfp-close {
	top: 0;
	background: #187FC4;
	width: 38px;
	height: 38px;
	line-height: 40px;
	color: #FFF;
	opacity: 1;
	font-size: 40px;
	font-size: 4rem;
}

body .mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

body .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

body .mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

body .mfp-fade.mfp-bg .mfp-arrow {
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	opacity: 0;
}

body .mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

body .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

body .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* wysiwyg
------------------------------------------------------------*/

.modParts {
	margin-bottom: 20px;
}

.modPartsImage {
	text-align: center;
	color: #959595;
	font-size: 11px;
	font-size: 1.1rem;
}

.modPartsImage .caption {
	margin: 5px 0 0;
}

.modPartsImage a:hover {
	opacity: 0.8;
}

.modPartsYoutube {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

p.modPartsTxt {
	margin-bottom: 15px;
}

.modPartsTxt iframe {
	width: 100%;
	height: 400px;
}

.modPartsTxt ul {
	margin-left: 2em;
}

.modPartsTxt ul li {
	list-style: disc;
}

.modPartsTxt ol {
	margin-left: 2.2em;
}

.modPartsTxt ol li {
	list-style: decimal;
}

.modPartsTxt strong,
.modPartsTxt th {
	font-weight: bold;
}

.modPartsTxt .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modPartsTxt img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

.modPartsTxt img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.modPartsTxt .alignright {
	float: right;
}

.modPartsTxt .alignleft {
	float: left;
}

.modPartsTxt strong {
	font-weight: bold;
}

.modPartsTxtRed {
	color: #F00;
}

.modPartsTxt01 {
	margin-bottom: 20px;
}

.modPartsTxt01 .bold {
	color: #187FC4;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	padding-right: 0.2em;
}

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

.modPartsLinkArrow {
	text-decoration: none;
}

.modPartsLinkArrowRight::after {
	content: "＞";
}

.modPartsLinkPdf {
	position: relative;
	display: inline-block;
	padding-right: 45px;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
}

.modPartsLinkPdf::after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/common/icn_pdf35@2x.png) no-repeat center;
	background-size: 35px 41px;
	width: 36px;
	height: 42px;
}

.modPartsList01 {
	margin-bottom: 15px;
}

.modPartsList01 li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}

.modPartsList01 li::before {
	content: "・";
}

.modPartsListTile01 li {
	width: calc(33.333% - 10px);
	display: table;
	margin: 0 5px 10px;
	font-size: 16px;
	font-size: 1.6rem;
}

.modPartsListTile01 a {
	text-decoration: none;
}

.modPartsListTile01 .unit {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 15px;
	border: 5px solid #ccc;
	background: #FFF;
	line-height: 1.2;
}

.modPartsListTile01 .unit.bd-none {
	border: none;
	padding: 0;
	background: none;
}

.modPartsListTile01 .unit .title,
.modPartsListTile01 .unit .txt {
	display: block;
}

.modPartsListTile01 .unit .title {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.modPartsListTile01 .unit .title:last-child {
	margin-bottom: 0;
}

.modPartsListTile01 .unit .txt {
	font-size: 13px;
	font-size: 1.3rem;
}

.modPartsListTile01 .unit.typeOrange {
	border-color: #FDBBA4;
}

.modPartsListTile01 .unit.typeOrange .title {
	color: #FE5337;
}

.modPartsListTile01 .unit.typeGreen {
	border-color: #BDE395;
}

.modPartsListTile01 .unit.typeGreen .title {
	color: #56990f;
}

.modPartsListTile01 .unit.typeRed {
	border-color: #FBBFD0;
}

.modPartsListTile01 .unit.typeRed .title {
	color: #f9316a;
}

.modPartsListTile01 .unit.typeBlue {
	border-color: #A3D5EF;
}

.modPartsListTile01 .unit.typeBlue .title {
	color: #0497e4;
}

.modPartsListTile01 .unit.typePurple {
	border-color: #BBBEEE;
}

.modPartsListTile01 .unit.typePurple .title {
	color: #444ccb;
}

.modPartsDList01 {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.modPartsDList01:last-child {
	margin-bottom: 0;
}

.modPartsDList01 dt {
	font-weight: bold;
}

.modPartsDListLink {
	font-size: 16px;
	font-size: 1.6rem;
}

.modPartsDListLink dt a,
.modPartsDListLink dd a {
	text-decoration: none;
}

.modPartsDListLink dt a::after,
.modPartsDListLink dd a::after {
	content: "＞";
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-size: 1.2rem;
	text-indent: 0;
	padding-left: 0.5em;
}

.modPartsDListLink dt {
	font-weight: bold;
	margin-bottom: 10px;
}

.modPartsDListLink dd {
	padding-left: 15px;
	margin-bottom: 20px;
}

.modPartsDListForm {
	margin-bottom: 30px;
}

.modPartsDListFormItem {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	table-layout: fixed;
}

.modPartsDListFormItem dt,
.modPartsDListFormItem dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
}

.modPartsDListFormItem dt {
	text-align: right;
	width: 180px;
	padding-right: 30px;
}

.modPartsDListFormItem dd {
	width: 400px;
}

.modPartsDListFormItem .posVt {
	vertical-align: top;
}

.modPartsBlock {
	margin-bottom: 40px;
}

.modPartsBlock01 {
	position: relative;
	background-image: url(../img/common/bg_block01.png), url(../img/common/bg_under_content_bottom.png);
	background-repeat: no-repeat,no-repeat;
	background-position: center top,center bottom;
	background-size: 100% auto;
}

.modPartsBlock01Heading {
	position: relative;
	min-height: 100px;
}

.modPartsBlock01Heading::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 170%;
	background: #fabe00;
	-webkit-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	transform: skewY(2deg);
}

.modPartsBlock01HeadingTitle {
	position: relative;
	z-index: 1;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 70px;
	max-width: 35%;
	line-height: 1.4;
}

.modPartsBlock01Content {
	position: relative;
	padding-bottom: 180px;
	min-height: 300px;
}

.modPartsBlock01Content::before {
	content: " ";
	position: absolute;
	top: -110px;
	width: 100%;
	height: calc(100% + 100px);
	background: #F3F2EF;
	-webkit-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.modPartsBlock01Content.typeWhite::before {
	background: #FFF;
}

.modPartsBlock01ContentInner {
	position: relative;
	z-index: 1;
}

.modPartsBlock01.first {
	margin-top: -200px;
	padding-top: 150px;
	background-image: url(../img/common/bg_under_content_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

.modPartsBlock01.first:last-child {
	background-image: url(../img/common/bg_under_content_bottom.png);
}

.modPartsBlock01.type_bg_pink .modPartsBlock01Content::before {
	background: #FCF4F8;
}

.modPartsBlock01.type_bg_black .modPartsBlock01Content::before {
	background: url(../img/common/bg_blackdot.png);
}

.modPartsBlock01 + .modPartsBlock01 {
	margin-top: -150px;
	padding-top: 50px;
	background-color: #FFF;
	background-image: url(../img/common/bg_block01.png);
	z-index: 1;
}

.modPartsBlock01 + .modPartsBlock01 .modPartsBlock01Heading::before {
	-webkit-transform: skewY(1.5deg);
	-ms-transform: skewY(1.5deg);
	transform: skewY(1.5deg);
}

.modPartsBlock01 + .modPartsBlock01 .modPartsBlock01HeadingTitle {
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 50px;
}

.modPartsBlock01 + .modPartsBlock01 .modPartsBlock01Content::before {
	top: -70px;
	-webkit-transform: skewY(-6.5deg);
	-ms-transform: skewY(-6.5deg);
	transform: skewY(-6.5deg);
}

.modPartsBlock01:last-child {
	padding-bottom: 40px;
	background-image: url(../img/common/bg_block01.png), url(../img/common/bg_under_content_bottom.png);
}

.modPartsBlock01:last-child .modPartsBlock01Content {
	padding-bottom: 100px;
}

.modPartsBlock01.reset .modPartsBlock01Heading {
	margin-bottom: -110px;
}

.modPartsBlock01.reset .modPartsBlock01Content::before {
	top: 0;
	height: 100%;
}

.modPartsBlock01.reset.modPartsBlock01:last-child .modPartsBlock01Content {
	padding-bottom: 0;
}

.modPartsBlock02 {
	position: relative;
}

.modPartsBlock02::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F3F2EF;
	-webkit-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.modPartsBlock02.type_bg_white::before {
	background: #FFF;
}

.modPartsBlock02.type_bg_black {
	color: #FFF;
}

.modPartsBlock02.type_bg_black::before {
	background: url(../img/common/bg_blackdot.png);
}

.modPartsBlock02.type_bg_blackop {
	color: #FFF;
}

.modPartsBlock02.type_bg_blackop::before {
	background-color: rgba(255, 255, 255, 0.1);
}

.modPartsBlock02.type_bg_pink::before {
	background: #FCF4F8;
}

.modPartsBlock02 .inner {
	position: relative;
	z-index: 1;
	padding: 40px 0 60px;
}

.modPartsBox01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modPartsBox01Photo {
	text-align: center;
}

.modPartsBox01Text {
	padding-left: 50px;
}

.modPartsFlexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: -20px;
	margin-left: -20px;
}

.modPartsFlexItem {
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}

.modPartsFlexItemCol12 {
	width: 100%;
}

.modPartsInner {
	position: relative;
	max-width: 1030px;
	margin-right: auto;
	margin-left: auto;
}

.modPartsInner780 {
	max-width: 780px;
}

.modPartsInner900 {
	max-width: 900px;
}

.modPartsTitle01 {
	text-align: center;
	font-size: 34px;
	font-size: 3.4rem;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #187FC4;
}

.modPartsTitle01.type_pink {
	color: #fc5ac1;
}

.modPartsTitle01 .small {
	font-size: 26px;
	font-size: 2.6rem;
}

.modPartsTitle02 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.4;
}

.modPartsTitle02.type_large {
	font-size: 24px;
	font-size: 2.4rem;
}

.modPartsTitle03 {
	font-size: 35px;
	font-size: 3.5rem;
	text-align: center;
	padding: 20px 0;
	line-height: 1.2;
}

.modPartsTitle03.typeOrange {
	color: #FE5337;
}

.modPartsTitle03.typeGreen {
	color: #56990f;
}

.modPartsTitle03.typeRed {
	color: #f9316a;
}

.modPartsTitle03.typeBlue {
	color: #0497e4;
}

.modPartsTitle03.typePurple {
	color: #444ccb;
}

.modPartsTitle04 {
	position: relative;
	display: table;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.2;
	margin-bottom: 30px;
}

.modPartsTitle04 .bold,
.modPartsTitle04 .small {
	display: block;
}

.modPartsTitle04 .bold {
	font-size: 35px;
	font-size: 3.5rem;
	color: #187FC4;
	padding-bottom: 7.5px;
}

.modPartsTitle04 .small {
	font-size: 20px;
	font-size: 2rem;
}

.modPartsTitle04 .small::before {
	content: " ";
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fabe00;
	margin-bottom: 7.5px;
}

.modPartsTitle04.type_bd_none .small {
	color: #187FC4;
}

.modPartsTitle04.type_bd_none .small::before {
	display: none;
}

.modPartsTitle05 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.modPartsTitle06 {
	position: relative;
	display: table;
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 20px;
	color: #FFF;
	padding-left: 80px;
	line-height: 1.2;
	min-height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modPartsTitle06::before {
	content: " ";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	background: #2D8CCC;
	width: 60px;
	height: 60px;
}

.modPartsTitle06::after {
	content: " ";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #1E50A2 transparent transparent transparent;
}

.modPartsTitle06 > span {
	display: table-cell;
	vertical-align: middle;
}

.modPartsBtn01 {
	display: inline-block;
	width: 350px;
	max-width: 100%;
	text-align: center;
	border: 1px solid #9a9a9a;
	border-radius: 100px;
	text-decoration: none;
	padding: 5px 10px;
}

.modPartsBtn01Icon,
.modPartsBtn01Text {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .25em;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.alignleft,
.alignright {
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alignTextCenter {
	text-align: center;
}

.alignTextLeft {
	text-align: left;
}

.alignTextRight {
	text-align: right;
}

img.alignleft,
img.alignright {
	margin-bottom: 40px;
}

.wp-caption {
	border: none;
	background-color: #fff;
	padding-top: 0;
	margin: 0;
	border-radius: 0;
}

.wp-caption img {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.mobPartsBtnList {
	text-align: center;
}

.mobPartsBtnList li {
	margin-bottom: 10px;
}

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

.modPartsAria p {
	margin-bottom: 15px;
}

.modPartsAria ul,
.modPartsAria ol,
.modPartsAria dl,
.modPartsAria table {
	margin-bottom: 30px;
}

.modPartsTable01 {
	width: 100%;
	border: 3px solid #E4E5E6;
	margin-bottom: 30px;
}

.modPartsTable01 tr {
	border-bottom: 2px solid #E4E5E6;
}

.modPartsTable01 tbody tr:last-child {
	border-bottom: none;
}

.modPartsTable01 th,
.modPartsTable01 td {
	vertical-align: middle;
	font-size: 18px;
	font-size: 1.8rem;
}

.modPartsTable01 th {
	background: #E4E5E6;
	font-weight: bold;
	line-height: 1.2;
	padding: 15px 30px;
}

.modPartsTable01 td {
	padding: 10px 30px;
}

@media only screen and (min-width: 769px) {

.modListTile01 a::before {
	content: " ";
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: 3s;
	transition: 3s;
}

.modListTile01 a.isActive:before {
	opacity: 1;
}

}

@media only screen and (min-width: 993px) {

.ltHeadTop .siteTitle img {
	width: 300px;
}

.ltHeadNavi ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ltHeadRight {
	position: absolute;
	top: 12px;
	left: 0;
}

.ltHead.isFixed {
	position: fixed;
}

.ltHead.isFixed .fixedHidden {
	display: none;
}

.ltHead.isFixed .ltHeadTop .inner {
	padding: 22px 0;
}

.ltHead.isFixed .ltHeadTop .siteTitle {
	position: absolute;
	top: 15px;
	z-index: 2;
}

.ltHead.isFixed .ltHeadTop .siteTitle a {
	display: inline-block;
	background: url(../img/common/logo_main_fixed@2x.png);
	background-size: contain;
	width: 155px;
	height: 68px;
}

.ltHead.isFixed .ltHeadTop .siteTitle a img {
	opacity: 0;
}

.ltHead.isFixed .ltHeadNavi::before {
	-webkit-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
}

.ltHead.isFixed .ltHeadNavi .inner {
	padding: 18px 0;
}

.ltHead.isFixed .ltHeadNavi ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 155px;
}

.ltHead.isFixed .ltHeadNavi li {
	padding: 0 15px;
}

.ltHead.isFixed .ltHeadNavi a {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 5px;
}

.ltHead.isFixed .ltHeadNavi a::after {
	max-width: 100%;
}

.ltHead.isFixed .ltHeadRight {
	top: 30px;
}

.ltHead.isFixed .ltHeadRight .ltHeadRightBtnNavi {
	position: relative;
	z-index: 1;
	margin-right: 0;
}

.ltHead.isFixed .ltHeadRight .ltHeadRightBtnNavi .modBtn01 {
	padding: 5px 30px;
}

.ltHeadSpMenuToggle {
	display: none;
}

.ltHeadSpCloseBtn {
	display: none;
}

.ltUnderHeaderInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.ltUnderHeaderNavi.column3 li {
	width: calc(160px + 2.5%);
}

.ltFootTopContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ltFootTopContentList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(80% + 20px);
	margin: 0 -10px;
}

.ltFootTopContentListUnit07 {
	margin-bottom: 45px;
}

.ltFootTopContentSpLink {
	display: none;
}

.ltFootSpAccordionToggle {
	display: none;
}

.modBlockColumnListPagination {
	padding: 0;
}

.modListNews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.modListNewsItem {
	width: 33.333%;
	padding-right: 5px;
	padding-left: 5px;
}

.modListNewsItem a {
	min-height: 150px;
	-webkit-transition: .3s;
	transition: .3s;
}

.modListNewsItem a::after {
	content: " ";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px;
	width: 15px;
	height: 36px;
	background-image: url(../img/common/icn_news_vect_right.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.modListNewsItem a:hover {
	opacity: 1;
	background: black;
	border: 1px solid #585858;
}

.modListNews.type_under .modListNewsItem a:hover {
	opacity: 1;
	background: rgba(255, 255, 255, 0);
}

.modListNews.type_under .modListNewsItem a:hover::before {
	opacity: 0.5;
}

.modListNews.type_column2 .modListNewsItem {
	width: 50%;
}

.modListTile01 .text {
	display: none;
}

.modListSide li:first-child {
	border-top: 1px solid #c9c9c7;
}

body .mfp-wrap {
	max-height: 100vh;
	overflow: auto !important;
}

.modPartsTxt01Right {
	padding-left: 250px;
}

.modPartsTxt01Left {
	padding-right: 250px;
}

.modPartsTxt03 {
	font-size: 16px;
	font-size: 1.6rem;
}

.modPartsListTile01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modPartsBlock01 + .modPartsBlock01 .modPartsBlock01ContentInner {
	padding-top: 40px;
}

.modPartsBlock01 + .modPartsBlock01 .modPartsBlock01ContentInner.pt-none {
	padding-top: 0;
}

.modPartsFlexItemCol3 {
	width: 25%;
}

.modPartsFlexItemCol4 {
	width: 33.333%;
}

.modPartsFlexItemCol5 {
	width: 41.666667%;
}

.modPartsFlexItemCol6 {
	width: 50%;
}

.modPartsFlexItemCol7 {
	width: 58.333333%;
}

.modPartsFlexItemCol8 {
	width: 66.666667%;
}

.modPartsFlexItemCol9 {
	width: 75%;
}

.modPartsFlexItemOrder00 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.modPartsFlexItemOrder01 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.modPartsTitle05.type_large {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 30px;
}

.modPartsTitle05.type_small {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.alignTextPcCenter {
	text-align: center;
}

.alignTextPcleft {
	text-align: left;
}

.alignTextPcright {
	text-align: right;
}

img.alignleft {
	margin-right: 30px;
}

img.alignright {
	margin-left: 30px;
}

}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

.ltHead.isFixed .ltHeadNavi li {
	padding: 0 10px;
}

.ltHead.isFixed .ltHeadNavi a {
	font-size: 14px;
	font-size: 1.4rem;
}

.ltHead.isFixed .ltHeadRight .ltHeadRightBtnNavi .modBtn01 {
	width: auto;
	font-size: 14px;
	font-size: 1.4rem;
}

}

@media only screen and (min-width: 1201px) {

.container {
	max-width: 1200px;
}

}

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

.ltHeadNavi li {
	padding: 0 15px;
}

.modListTile02 li {
	width: 25%;
}

}

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

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
select {
	font-size: 16px;
	font-size: 1.6rem;
}

.ltHead {
	position: fixed;
	top: -10px;
}

.ltHeadTop {
	-webkit-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
	z-index: 2;
	overflow: hidden;
}

.ltHeadTop::after {
	content: " ";
	position: absolute;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 1.8vw 100vw;
	border-color: transparent transparent #187FC4 transparent;
}

.ltHeadTop .inner {
	padding: 25px 0 20px;
	-webkit-transform: skewY(1.5deg);
	-ms-transform: skewY(1.5deg);
	transform: skewY(1.5deg);
}

.ltHeadTop .siteTitle {
	display: table;
	margin-right: auto;
	margin-left: auto;
}

.ltHeadTop .siteTitle a {
	display: block;
	width: 217px;
}

.ltHeadNavi {
	margin-top: 0;
	padding-top: 110px;
}

.ltHeadNavi::before,
.ltHeadNavi::after {
	display: none;
}

.ltHeadNavi li {
	border-right: none;
	padding: 0;
	border-bottom: 1px solid #6d6b6a;
}

.ltHeadNavi li:first-child {
	display: none;
}

.ltHeadNavi li:last-child {
	border-bottom: none;
}

.ltHeadNavi a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 15px;
}

.ltHeadNavi a::before,
.ltHeadNavi a::after {
	display: none;
}

.ltHeadRightBtnNavi {
	margin-right: 0;
	display: block;
}

.ltHeadRightBtnNavi li {
	display: block;
	margin-right: 0;
	text-align: center;
	margin-bottom: 15px;
}

.ltHeadRightBtnNavi a {
	width: 250px;
}

.ltHeadRightLangNavi {
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
}

.ltHeadSpNavi {
	position: absolute;
	display: none;
	width: 100%;
	height: 630px;
	max-height: calc(100vh + 50px);
	overflow: auto;
	top: -50px;
	padding-bottom: 60px;
}

.ltHeadSpNavi::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 560px;
	background: #000;
	-webkit-transform: skewY(-9deg);
	-ms-transform: skewY(-9deg);
	transform: skewY(-9deg);
}

.row {
	margin-right: 0;
	margin-left: 0;
}

.ltUnderHeader {
	padding-top: 55px;
	min-height: auto;
}

.ltUnderHeader::before {
	top: -13px;
	height: 80px;
	-webkit-transform: skewY(-1.5deg);
	-ms-transform: skewY(-1.5deg);
	transform: skewY(-1.5deg);
	z-index: 1;
}

.ltUnderHeaderWrapper {
	padding-top: 25px;
	padding-bottom: 30px;
}

.ltUnderHeaderTitle {
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	padding-right: 0;
	min-width: 0;
	width: 100%;
	min-width: 0;
	padding: 0;
}

.ltUnderHeaderTitle .small {
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 5px;
	padding-bottom: 10px;
}

.ltUnderHeaderTitle .medium {
	font-size: 18px;
	font-size: 1.8rem;
}

.ltUnderHeaderNavi {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 20px;
}

.ltUnderHeaderNavi img {
	margin-left: auto;
	margin-right: auto;
}

.ltUnderHeaderNavi.column3 {
	margin-left: -5px;
	margin-right: -5px;
}

.ltUnderHeaderNavi.column3 li {
	padding: 0 5px;
}

.ltUnderContent {
	font-size: 13px;
	font-size: 1.3rem;
	min-height: 0;
}

.ltFootPagetop {
	top: -60px;
	right: 0;
}

.ltFootPagetop a {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

.ltFootPagetop a i {
	font-size: 24px;
	font-size: 2.4rem;
}

.ltFootSns {
	top: auto;
	bottom: 10px;
	left: 15px;
}

.ltFootTop {
	padding-top: 120px;
}

.ltFootTop::before {
	top: 100px;
}

.ltFootTopContent {
	padding-top: 0;
	padding-bottom: 20px;
}

.ltFootTopContentLogo {
	position: absolute;
	top: -100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}

.ltFootTopContentListItem {
	width: 100%;
	padding: 0;
}

.ltFootTopContentListUnit {
	margin-bottom: 0;
}

.ltFootTopContentListUnit dt {
	position: relative;
	margin-bottom: 0;
}

.ltFootTopContentListUnit dt a {
	display: block;
	padding: 10px 15px;
}

.ltFootTopContentListUnit dd {
	padding: 0 15px 15px;
}

.ltFootTopContentListUnit dd li {
	margin-bottom: 10px;
}

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

.ltFootTopContentListUnit dd li::before {
	content: "＞";
	font-size: .8em;
	vertical-align: middle;
	padding-right: .5em;
}

.ltFootTopBottom {
	padding: 15px 0;
}

.ltFootBottom {
	padding: 7.5px 0;
	font-size: 10px;
	font-size: 1rem;
}

.ltFootSpAccordion {
	border-bottom: 1px solid #868787;
}

.ltFootSpAccordion dd {
	display: none;
}

.modPcOnly {
	display: none;
}

.modSpOnly {
	display: block;
}

.modBtn01 {
	font-size: 14px;
	font-size: 1.4rem;
}

.modBtn01__medium {
	font-size: 14px;
	font-size: 1.4rem;
	width: 225px;
}

.modBtn01__large {
	width: auto;
}

.modBtn01__large.type_bottom {
	width: 250px;
}

.modBtn01__ol.type_sp_white {
	color: #FFF;
	border: 1px solid #fff;
}

.modBlockUnderAricleHeading {
	margin-bottom: 15px;
}

.modBlockUnderAricleHeading .category {
	margin-right: 7.5px;
	margin-bottom: 0;
}

.modBlockUnderAricleHeading .categoryTag {
	margin-bottom: 10px;
}

.modBlockUnderAricleHeading .categoryTag a {
	min-width: 80px;
}

.modBlockUnderAricleHeading .date {
	margin-bottom: 10px;
}

.modBlockUnderAricleHeading .title {
	font-size: 19px;
	font-size: 1.9rem;
}

.modBlockUnderAricleContent {
	padding-bottom: 30px;
}

.modBlockColumn {
	display: block;
}

.modBlockColumnItemSide {
	width: 100%;
	padding: 0 0 15px;
}

.modBlockColumnItemMain {
	width: calc(100% + 30px);
	margin-right: -15px;
	margin-left: -15px;
	padding-top: 30px;
	padding-bottom: 40px;
}

.modBlockColumnItemMain.type_sp_gray {
	background: #F3F2EF;
}

.modBlockColumnList {
	padding: 0;
}

.modBlockColumnListPagination {
	position: static;
}

#wrapper .modBlockColumnListPaginationTop {
	margin-top: -10px;
	padding-top: 0;
}

.modBlockColumnListPaginationBottom {
	margin-bottom: -20px;
}

.mw_wp_form_confirm .modPartsDListFormItem dd {
	padding: 5px 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

.mw_wp_form_confirm .modPartsDListFormItem:last-child dd {
	height: 130px;
}

.modBlockFormAria {
	padding: 30px 25px;
	margin-bottom: 30px;
}

.modBlockFormAria .conf_input,
.modBlockFormAria .conf_textarea {
	padding: 5px 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

.modBlockFormAria .conf_textarea {
	height: 130px;
}

.modBlockFormAria input[type="text"],
.modBlockFormAria input[type="email"],
.modBlockFormAria textarea {
	padding: 5px 10px;
}

.modBlockFormAria textarea {
	height: 130px;
}

.modBlockFormAriaButton input[type="submit"] {
	font-size: 15px;
	font-size: 1.5rem;
	width: 125px;
}

.modListBreadcrumb {
	margin-bottom: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}

.modListPagination {
	padding: 20px 0;
}

.modListPagination p.pc_page,
.modListPagination ul.pc_page,
.modListPagination li.pc_page {
	display: none;
}

.modListPagination li {
	display: none;
}

.modListPagination li:nth-child(1),
.modListPagination li:nth-child(2),
.modListPagination li:nth-child(3),
.modListPagination li:nth-child(4),
.modListPagination li:nth-child(5) {
	display: inline-block;
}

.modListPagination li:last-child {
	display: inline-block;
}

.modListPagination span,
.modListPagination a {
	min-width: 32px;
	height: 32px;
	line-height: 34px;
}

.modListPagination .wp-pagenavi .page + .extend + .page {
	display: inline-block;
}

.modListNewsCategory li {
	padding: 0 3px;
}

.modListNewsCategory a {
	width: 36px;
	height: 36px;
	font-size: 20px;
	font-size: 2rem;
	line-height: 36px;
}

.modListNewsItem {
	margin-bottom: 7.5px;
}

.modListNewsItem a {
	padding: 15px;
}

.modListNews .title {
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 5px;
	padding-right: 0;
}

.modListNews.type_under .modListNewsItem {
	margin-bottom: 10px;
	background: url(../img/common/bg_news_under.png);
	padding: 3px;
}

.modListNews.type_under .modListNewsItem a {
	margin: 0;
}

.modListNews.type_under .modListNewsItem a::before {
	display: none;
}

.modListNews.type_under .title {
	height: auto !important;
}

.modListButton {
	margin-top: 20px;
}

.modListButton li {
	display: block;
}

.modListButtonInline li {
	display: inline-block;
}

.modListTile01 {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.modListTile01 li {
	padding: 0 7.5px;
	margin-bottom: 15px;
}

.modListTile01 .text {
	padding: 15px 5px;
}

.modListTile01 .text > em {
	font-size: 11px;
	font-size: 1.1rem;
}

.modListTile01 .text > span {
	font-size: 10px;
	font-size: 1rem;
}

.modListTile02 {
	margin-right: -5px;
	margin-left: -5px;
}

.modListTile02 li {
	width: 33.333%;
	padding: 0 5px;
}

.modListTile02 a::before {
	height: 50px;
}

.modListTile02 a .text {
	font-size: 10px;
	font-size: 1rem;
}

.modListTile02 a .text .bold {
	font-size: 13px;
	font-size: 1.3rem;
}

.modListTile02 a .text .bold.small {
	font-size: 13px;
	font-size: 1.3rem;
}

.modListSns li {
	margin-right: 5px;
}

.modListSns li a {
	width: 33px;
	height: 33px;
	line-height: 33px;
}

.modListSns li a i {
	font-size: 20px;
	font-size: 2rem;
}

.modListFileAfter li {
	text-align: center;
	margin-bottom: 3px;
}

.modListFileAfter li.is_pdf::after {
	background-size: contain;
	width: 16px;
	height: 22px;
}

.modListFileAfter li.is_word::after {
	background-size: contain;
	width: 16px;
	height: 22px;
}

.modListNewsArrow {
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 0;
}

.modListNewsArrow a::before {
	font-size: 11px;
	font-size: 1.1rem;
}

.modListSide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	margin-right: -5px;
	margin-left: -5px;
}

.modListSide li {
	width: calc(50% - 10px);
	margin: 0 5px;
}

.modListSide li.type_sp_col6:nth-child(1),
.modListSide li.type_sp_col6:nth-child(2) {
	border-top: none;
}

.modListSide li.type_sp_col6:nth-child(1) a,
.modListSide li.type_sp_col6:nth-child(2) a {
	padding-top: 0;
}

.modListSide li.type_sp_col6:nth-last-child(1),
.modListSide li.type_sp_col6:nth-last-child(2) {
	border-bottom: none;
}

.modListSide li.type_sp_col6:nth-last-child(1) a,
.modListSide li.type_sp_col6:nth-last-child(2) a {
	padding-bottom: 0;
}

.modListSide li.type_sp_col12 {
	width: 100%;
}

.modListSide a {
	padding: 10px 0;
}

.modListSide a::after {
	content: "＞";
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	vertical-align: middle;
	line-height: 1;
	padding: 0 .25em .28em;
	font-weight: bold;
}

.modPopupStudent {
	padding: 40px 10px 10px;
}

.modPopupStudentInner {
	height: auto;
	padding-bottom: 30px;
}

.modPopupStudentTitle {
	font-size: 25px;
	font-size: 2.5rem;
	height: 100px;
	padding: 25px 30px 0;
}

.modPopupStudentTitle::before {
	top: -30px;
	-webkit-transform: skewY(-8deg);
	-ms-transform: skewY(-8deg);
	transform: skewY(-8deg);
}

.modPopupStudentText {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 15px;
}

#wrapper .modPopupStudentInput {
	margin-bottom: 20px;
}

.modPopupStudentClose {
	top: -30px;
	width: 30px;
}

body .mfp-container {
	position: fixed;
	top: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px;
	overflow: auto;
	max-height: 85vh;
}

body .mfp-container .mfp-arrow {
	width: 50%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	padding: 20px 15px;
}

body .mfp-container .mfp-arrow-left::before,
body .mfp-container .mfp-arrow-right::before {
	font-size: 10px;
	font-size: 1rem;
}

body .mfp-container .mfp-arrow-left::after,
body .mfp-container .mfp-arrow-right::after {
	font-size: 10px;
	font-size: 1rem;
	top: 50%;
}

body .mfp-container .mfp-arrow-left {
	padding-left: 22px;
}

body .mfp-container .mfp-arrow-left::after {
	left: 10px;
}

body .mfp-container .mfp-arrow-right {
	padding-right: 22px;
}

body .mfp-container .mfp-arrow-right::after {
	right: 10px;
}

body .mfp-content .modPopupBox {
	padding-top: 40px;
}

body .mfp-content .mfp-close {
	top: 0;
	width: 25px;
	height: 25px;
	font-size: 30px;
	font-size: 3rem;
	line-height: 28px;
}

.modPartsTxt01 .bold {
	font-size: 20px;
	font-size: 2rem;
	padding-right: 0.1em;
}

.modPartsTxtNotes {
	padding: 0 15px;
}

.modPartsLinkArrow {
	font-size: 12px;
	font-size: 1.2rem;
}

.modPartsLinkPdf {
	font-size: 15px;
	font-size: 1.5rem;
}

.modPartsListTile01 li {
	font-size: 13px;
	font-size: 1.3rem;
	width: 100%;
	margin: 0 0 10px;
}

.modPartsListTile01 .unit {
	border-width: 2.5px;
	padding: 15px;
}

.modPartsListTile01 .unit.bd-none {
	padding: 15px;
}

.modPartsListTile01 .unit .title {
	font-size: 14px;
	font-size: 1.4rem;
}

.modPartsListTile01 .unit .txt {
	font-size: 12px;
	font-size: 1.2rem;
}

.modPartsDList01 {
	font-size: 13px;
	font-size: 1.3rem;
}

.modPartsDListLink {
	font-size: 13px;
	font-size: 1.3rem;
}

.modPartsDListLink dt a::after,
.modPartsDListLink dd a::after {
	font-size: 10px;
	font-size: 1rem;
}

.modPartsDListLink dt {
	margin-bottom: 5px;
}

.modPartsDListLink dd {
	padding-left: 5px;
	margin-bottom: 0;
}

.modPartsDListForm {
	margin-bottom: 15px;
}

.modPartsDListFormItem {
	display: block;
	margin-bottom: 15px;
}

.modPartsDListFormItem dt,
.modPartsDListFormItem dd {
	display: block;
}

.modPartsDListFormItem dt {
	width: 100%;
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
	font-size: 13px;
	font-size: 1.3rem;
}

.modPartsDListFormItem dd {
	width: 100%;
}

.modPartsBlock01Heading {
	min-height: 60px;
}

.modPartsBlock01Heading::before {
	-webkit-transform: skewY(1.5deg);
	-ms-transform: skewY(1.5deg);
	transform: skewY(1.5deg);
}

.modPartsBlock01HeadingTitle {
	font-size: 20px;
	font-size: 2rem;
	padding-top: 5px;
	padding-bottom: 40px;
	max-width: 100%;
}

.modPartsBlock01Content::before {
	top: -40px;
	-webkit-transform: skewY(-7deg);
	-ms-transform: skewY(-7deg);
	transform: skewY(-7deg);
}

.modPartsBlock01.first {
	padding-top: 50px;
	margin-top: -70px;
}

.modPartsBlock01.first:last-child {
	margin-bottom: -40px;
}

.modPartsBlock01.type_sp_bg_white .modPartsBlock01Content::before {
	background: #FFF;
}

.modPartsBlock01 + .modPartsBlock01 {
	padding-top: 1px;
}

.modPartsBlock01 + .modPartsBlock01 .modPartsBlock01Heading::before {
	-webkit-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);
}

.modPartsBlock01 + .modPartsBlock01 .modPartsBlock01HeadingTitle {
	padding-top: 12px;
	padding-bottom: 45px;
}

.modPartsBlock01 + .modPartsBlock01 .modPartsBlock01Content::before {
	top: -30px;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform: skewY(-6deg);
}

.modPartsBlock01:last-child .modPartsBlock01Content {
	padding-bottom: 0;
}

.modPartsBlock01.reset .modPartsBlock01Heading {
	margin-bottom: -40px;
}

.modPartsBlock01.reset .modPartsBlock01Content::before {
	top: 0;
	height: calc(100% + 100px);
}

.modPartsBlock02.type_bg_white:last-child {
	margin-bottom: -30px;
}

.modPartsBlock02.type_bg_white:last-child .inner {
	padding-bottom: 60px;
}

.modPartsBlock02.type_bg_pink:last-child {
	margin-bottom: -30px;
}

.modPartsBlock02.type_bg_pink:last-child .inner {
	padding-bottom: 60px;
}

.modPartsBlock02 .inner {
	padding: 30px 0;
}

.modPartsBox01 {
	display: block;
}

.modPartsBox01Photo {
	margin-bottom: 15px;
}

.modPartsBox01Text {
	padding-left: 0;
	text-align: center;
}

.modPartsBox01Text .modPartsTitle01 {
	text-align: center;
}

.modPartsBox01Text .modPartsBtn01 {
	width: 250px;
}

.modPartsFlexBox {
	margin-right: 0;
	margin-left: 0;
}

.modPartsFlexItem {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 20px;
}

.modPartsTitle01 {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}

.modPartsTitle01 .small {
	font-size: 16px;
	font-size: 1.6rem;
}

.modPartsTitle02 {
	font-size: 13px;
	font-size: 1.3rem;
}

.modPartsTitle03 {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 15px 0;
}

.modPartsTitle04 {
	margin-bottom: 20px;
}

.modPartsTitle04 .bold {
	font-size: 20px;
	font-size: 2rem;
}

.modPartsTitle04 .small {
	font-size: 12px;
	font-size: 1.2rem;
}

.modPartsTitle05 {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

.modPartsTitle06 {
	font-size: 18px;
	font-size: 1.8rem;
	padding-left: 50px;
	margin-bottom: 10px;
}

.modPartsTitle06::before {
	width: 40px;
	height: 40px;
}

.modPartsTitle06::after {
	border-width: 40px 40px 0 0;
}

.alignTextSpCenter {
	text-align: center;
}

.alignTextSpleft {
	text-align: left;
}

.alignTextSpright {
	text-align: right;
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0 auto 15px;
}

.modPartsTable01 {
	margin-bottom: 10px;
}

.modPartsTable01 th,
.modPartsTable01 td {
	width: auto;
}

.modPartsTable01 th {
	padding: 10px 15px;
	font-size: 13px;
	font-size: 1.3rem;
}

.modPartsTable01 td {
	padding: 10px 15px;
	font-size: 12px;
	font-size: 1.2rem;
}

.modPartsTable01.modPartsTableSpBreak td {
	padding: 10px 15px 0px;
}

.modPartsTable01.modPartsTableSpBreak td + td {
	padding: 0px 15px 10px;
}

.modPartsTableSpBreak,
.modPartsTableSpBreak tbody,
.modPartsTableSpBreak tr,
.modPartsTableSpBreak th,
.modPartsTableSpBreak td {
	display: block;
	width: 100%;
}

}

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

.container {
	max-width: 750px;
}

.modTable01 table {
	margin-left: 0;
	margin-right: 0;
}

.modDlForm dt {
	float: none;
	width: auto;
	padding: 33px 0 0 63px;
}

.modDlForm dd {
	padding: 10px 0;
}

.modPartsYoutube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.modPartsYoutube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.modPartsTxt iframe {
	height: 250px;
}

}

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

.ltUnderHeader::before {
	background-position: center  -50px;
	background-size: 340%;
}

.ltUnderHeaderWrapper {
	background-image: url(/assets/img/common/bg_pagetitle_sp.png);
	background-position: 100% 30%;
	background-size: 90% auto;
	background-color: #080604;
}

.modDlForm dd .parts.post .hyphen,
.modDlForm dd .parts.tel .hyphen {
	padding: 10px 5px 0 5px;
}

.modDlForm dd .parts.password input {
	max-width: none;
}

}


/*# sourceMappingURL=maps/common.css.map */
