@charset "UTF-8";

/* html, body
---------------------------------*/
html,
body {
	width: 100%;
	font-size: 14px;
	color: #333;
	background: #fff;
	line-height: 1.7rem;
	font-family: "メイリオ" , Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

/* h
---------------------------------*/
h1 {
	font-size: 2.0rem;
	padding: 0 0 0.25rem 0;
}
h2 {
	font-size: 1.8rem;
	padding: 0 0 0.25rem 0;
}
h3 {
	font-size: 1.6rem;
	padding: 0 0 0.25rem 0;
}
h4 {
	font-size: 1.4rem;
	padding: 0 0 0.25rem 0;
}
h5 {
	font-size: 1.2rem;
	padding: 0 0 0.25rem 0;
}

/* section
---------------------------------*/
section {
	padding: 1rem 0;
}

/* article
---------------------------------*/
article {
	padding: 0.5rem 0;
}

/* font-awesome
---------------------------------*/
i {
	margin: 0 0.5rem;
}

/* wrap
---------------------------------*/
#wrap {
	width: 100%;
	background: #fff;
}

/* header
---------------------------------*/
header {
	background: #000;
}
header a {
	color: #fff;
}
header a:hover,
header a:active,
header a:focus {
	color: #fff;
}
header .site-title {
	float: left;
	padding: 0.7rem 0 0.3rem 0;
	margin: 0 0 -1.2rem 1rem;
	color: #fff;
	line-height: 1.5rem;
}
header .site-title a {
	color: #fff;
}
header .site-title img {
	width: 9.5rem;
	vertical-align: top;
	margin-top: -0.5rem;
	margin-right: 1rem;
}
header .account {
	float: right;
	color: #fff;
	padding: 1.2rem 1rem 0 1rem;
}
header .account:after {
	content: "";
	display: block;
	clear: both;
}
header nav.global-nav {
	padding: 0.75rem 1rem;
	background: -moz-linear-gradient(left, #01408D 0%, #e58eb5);
	background: -webkit-linear-gradient(left, #01408D 0%, #e58eb5);
	background: linear-gradient(to right, #01408D 0%, #e58eb5);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
header nav.global-nav:after {
	content: "";
	display: block;
	clear: both;
}
header nav.global-nav > ul {
	float: left;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-left: 6.5rem;
}
header nav.global-nav > ul > li {
}
header nav.global-nav > ul > li > a {
	padding: 0.2rem 1.3rem;
	display: inline-block;
	color: #fff;
}
header nav.sp-global-nav {
	padding: 1rem;
	background: -moz-linear-gradient(left, #01408D 0%, #e58eb5);
	background: -webkit-linear-gradient(left, #01408D 0%, #e58eb5);
	background: linear-gradient(to right, #01408D 0%, #e58eb5);
	display: none;
	width: 100%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
header nav.sp-global-nav:after {
	content: "";
	display: block;
	clear: both;
}
header nav.sp-global-nav > ul {
	display: none;
	padding: 0;
	margin: 1rem 0 0 0;
}
header nav.sp-global-nav > ul > li {
	padding: 1.5rem 1rem;
	border-top: 1px solid #fff;
	color: #fff;
	position: relative;
}
header nav.sp-global-nav > ul > li:last-child {
	padding-bottom: 0.5rem;
}
header nav.sp-global-nav > ul > li.no-child:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	position: absolute;
	right: 1.5rem;
	top: 1.5rem;
}
header nav.sp-global-nav > ul > li > a {
	display: block;
}
header nav.sp-global-nav > ul {
	display: none;
}
header nav.sp-global-nav > ul > li > ul {
	margin: 0 0 0 1.5rem;
}
header nav.sp-global-nav > ul > li > ul > li {
	padding: 1.5rem 0 0 0;
	position: relative;
}
header nav.sp-global-nav > ul > li > ul > li:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
	position: absolute;
	right: 0.5rem;
	top: 1.5rem;
}
header nav.sp-global-nav > ul > li > ul > li > a {
	display: block;
}
header nav.sp-global-nav > .sp-nav-open {
	display: block;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 1.8rem;
}
header nav.sp-global-nav > .sp-nav-close {
	display: none;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 1.8rem;
}
@media screen and (max-width:767px) {
	header .site-title {
		float: none;
		display: block;
		width :100%;
		margin: 0;
		padding: 0.5rem 1rem 0 1rem;
	}
	header .site-title img {
		width: 7rem;
		vertical-align: top;
		margin-top: -0.5rem;
		margin-right: 1rem;
	}
	header .account {
		float: none;
		display: block;
		width :100%;
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	header nav.global-nav {
		display: none;
	}
	header nav.sp-global-nav {
		display: block;
	}
}

/* page-title
---------------------------------*/
.page-title {
	font-size: 2rem;
	margin: 1rem auto;
	width: 100%;
	line-height: 1.4;
}
.page-discripton {
	margin: 0 0 25px 0;
}

/* boxlist
---------------------------------*/
.boxlist-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.boxlist-container:after {
	content: "";
	display: block;
	clear: both;
}
.boxlist-item {
	margin: 1%;
	width: 22%;
	padding: 1rem;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}
.boxlist-item img {
	border: 1px solid #ddd;
}

.boxlist-item .pull-left {
	width: 40%;
}
.boxlist-item .pull-right {
	width: 60%;
	padding-left: 0.75rem;
}
@media screen and (max-width:1099px) {
	.boxlist-item {
		margin: 1%;
		width: 31%;
	}
}
@media screen and (max-width:767px) {
	.boxlist-item {
		margin: 2%;
		width: 46%;
	}
}
@media screen and (max-width:543px) {
	.boxlist-item {
		margin: 3% 0;
		width: 98%;
		padding: 1rem;
	}
	.boxlist-item .pull-left {
		width: 35%;
	}
	.boxlist-item .pull-right {
		width: 65%;
		padding-left: 1rem;
	}
}

/* profile
---------------------------------*/
.profile {
	width: 80%;
	float: left;
	padding-right: 1rem;
}
.profile-img {
	width: 20%;
	float: right;
	text-align: right;
	padding-top: 0.2rem;
}
.profile-img img {
	border: 1px solid #ddd;
}
@media screen and (max-width:991px) {
	.profile {
		width: 67%;
	}
	.profile-img {
		width: 33%;
	}
}
@media screen and (max-width:767px) {
	.profile {
		width: 100%;
		float: none;
	}
	.profile-img {
		width: 100%;
		float: none;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 1rem;
		text-align: center;
	}
}

/* btn-file
---------------------------------*/
.btn-file {
	overflow: hidden;
	position: relative;
	padding: 0.5rem 0;
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	width: 180px;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0;
	font-size: 1.0em;
}
.btn-file:hover,
.btn-file:active,
.btn-file:active:hover,
.btn-file:active.focus,
.btn-file:focus {
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
	opacity: 0.8;
}
.btn-file input[type="file"] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	cursor: pointer;
	height: 30px;
	font-size: 15px;
}

/* magnific-popupのcss上書き
---------------------------------*/
.popup-white {
	position: relative;
	background: #FFF;
	padding: 2rem;
	width: auto;
	width: 720px;
	margin: 2rem auto;
}
@media screen and (max-width:767px) {
	.popup-white {
		width: 96%;
	}
}
@media screen and (max-width:543px) {
	.popup-white {
		padding: 1.5rem 1rem;
	}
}

/* toastrのcss上書き
---------------------------------*/
#toast-container > div {
	opacity: 0.90;
}
.toast-top-right {
	top: 9.5rem !important;
	right: 0 !important;
}

/* select2のcss上書き
---------------------------------*/
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 36px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	line-height: 35px;
}
.select2-container .select2-selection--single .select2-selection__rendered {

}
@media screen and (max-width:767px) {
	.select2-container .select2-selection--single {
		width: 100%;
	}
}

/* cropper関連
---------------------------------*/
#cropper-wrap {
	text-align: center;
}
#original-imgage-wrap {
	width: 290px;
	height: 360px;
	margin: -1.5rem auto 3.5rem auto;
}
#original-imgage {
	width: 236px;
	height: 307px;

}
#cropped-imgage-wrap {
	display: none;
}
#cropped-imgage {
	width: 236px;
	height: 307px;
}
