@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	color : #555555;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}

*, ::after, ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.article_wrap {
	position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	padding: 0 0 10px 0;
}

.article_title {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 20px 0;
}

.article_text {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 10px dotted #eeeeee;
}

.article_text h2 {
	margin: 0 0 10px 0;
	background: repeating-linear-gradient(-45deg, #FFEFF0, #FFEFF0 5px, #fff 5px, #fff 10px);
  padding: 5px;
	color: #EA5D6B;
	font-size: 22px;
}

.article_text h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #000000;
}

.article_text h5 {
	font-size: 1em;
}

.article_text p {
	line-height: 28px;
}

.article_text strong {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}

.contact_form__wrap {
	border: 1px solid #cccccc;
	width: 100%;
	padding: 10px 12px;
	box-sizing: border-box;
}

.contact_form__title {
	text-align: center;
}

.step_wrap {
	background-color: #666666;
	color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	padding: 1px 4px;
	margin: 0 5px 0 0;
}

.article_footer {
	background-color: #eeeeee;
	margin: 0 0 30px 0;
	padding: 10px;
	overflow: hidden;
}

.article_footer__prev,
.article_footer__next {
	padding: 5px 0;
}

.article_footer__prev {
	float: left;
}

.article_footer__prev:before {
	font-family: 'FontAwesome';
  padding: 0 3px 0 0;
  content: "\f0a8";
}

.article_footer__next {
	float: right;
}

.article_footer__next:after {
	font-family: 'FontAwesome';
  padding: 0 0 0 3px;
  content: "\f0a9";
}

.comment_wrap {
	overflow: hidden;
}

.comment_img {
	width: 30%;
	float: left;
}

.comment_img img {
	width: 100%;
}

.comment_body {
	width: 70%;
	float: left;
}

.detail_main_img img {
	width: 100%;
	margin: 0 0 20px 0;
}

.detail_text {
	margin: 0 0 20px 0;
}

.head_back {
	position: absolute;
	z-index: -10;
	min-height: 300px;
}

.head_img {
	margin: 0;
	border-bottom: 1px solid #eeeeee;
	clear: both;
	overflow: hidden;
}

.head_img__left {
	width: 65%;
	float: left;
}

.head_img__right {
	width: 35%;
	float: right;
	text-align: right;
}

.head_img__img {
	width: 100%;
	max-width: 320px;
	margin: 0;
}

.head_img__copy {
	margin: 5% 0 0 0;
	font-size: 34px;
	text-align: center;
	color: #ffffff;
	-webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.head_img__copy span {
	display: block;
	font-size: 46px;
	line-height: 48px;
}

.contents_wrap {
	background: #ffffff;
	overflow: hidden;
}

h1,h2,h3,h4,h5,p {
	margin: 0;
}

ul,ol {
	margin: 0;
	padding: 0;
}

.ul_default,
.ol_default {
	margin-left: 24px;
}

.default_table {
  border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
	background-color: #ffffff;
}
.default_table th,
.default_table th,
.default_table td {
  padding: .4em .8em;
  border-bottom: 1px solid #aaa;
}
.default_table th {
  background-color: #ddd;
}
.default_table th {
  background-color: #eee;
}
.default_table th + th,
.default_table td,
.default_table th {
  border-right: 1px solid #aaa;
}
.default_table tr:last-child th,
.default_table tr:last-child td {
  border-bottom: none;
}
.default_table tr:first-child th:first-child {
  border-radius: 5px 0 0 0;
}
.default_table tr:first-child th:last-child {
  border-radius: 0 5px 0 0;
}
.default_table tr:last-child th:first-child {
  border-radius: 0 0 0 5px;
}
.default_table tr:last-child th:last-child,
.default_table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

a {
	color: #ee72af;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	vertical-align: bottom;
}

.list-group {
	clear: both;
}

.svg-inline--fa {
  padding: 0 3px 0 0;
}

.icons:before {
  font-family: 'FontAwesome';
  padding: 0 3px 0 0;
}

.icons_angle_right:before {
  content: "\f105";
}

.icons_home:before {
  content: "\f015";
}

.icons_tags:before {
  content: "\f02c";
}

.icons_tag:before {
  content: "\f02b";
}

.icons_rss-square:before {
  content: "\f143";
}

.icons_folder-open:before {
  content: "\f07c";
}

.icons_comment:before {
  content: "\f075";
}

.icons_comments:before {
  content: "\f086";
}

.icons_link:before {
  content: "\f0c1";
}

.icons_calendar-check:before {
  content: "\f274";
}

.icons_heart:before {
  content: "\f004";
}

.icons_paperclip:before {
  content: "\f0c6";
}

.midasi1 {
    border-left: 10px solid rgb(197,219,238);
    border-bottom: 1px solid rgb(197,219,238);
    margin-top: 26px;
    padding-left: 7px;
    padding-bottom: 4px;
}

.footer {
	color: #555555;
	margin: 20px 0 0 0;
	padding: 0 20px;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
}

.footer_nav {
	float: right;
}

.footer_nav ul li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}

.copyright {
	float: left;
}

/* header */
.top-head_title {
	float: left;
	line-height: 33px;
	margin: 10px 10px 0 0;
	color: #EA5D6B;
	font-size: 16px;
}
#top-head {
		top: -100px;
		width: 100%;
		height: 56px;
		margin: 0;
		padding: 0;
		line-height: 1;
		z-index: 999;
		border-bottom: 1px solid #eeeeee;
		overflow: hidden;
		background-color: #ffffff;
		text-decoration: none;
		box-shadow:0px 0px 6px 3px #eeeeee;
		-moz-box-shadow:0px 0px 6px 3px #eeeeee;
		-webkit-box-shadow:0px 0px 6px 3px #eeeeee;
}
#top-head .inner {
		position: relative;
}
#top-head .header_logo {
		float: left;
		margin: 10px 10px 0 20px;
}
#global-nav .nav-items {
		list-style: none;
		float: right;
		right: 0;
		bottom: 0;
		margin: 10px 20px 0 0;
		font-size: 14px;
}
#global-nav .nav-items li {
		float: left;
}

.nav-item {
	margin-right: 40px;
	line-height: 33px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item__link {
	letter-spacing: 0.08em;
	font-size: 15px;
	color: #666666;
	text-align: left;
	text-decoration: none;
}

/* Fixed */
#top-head.fixed {
		margin-top: 0;
		top: 0;
		position: fixed;
		padding: 0;
		background: #ffffff;
		background: rgba(255,255,255,.9);
		transition: top 0.65s ease-in;
		-webkit-transition: top 0.65s ease-in;
		-moz-transition: top 0.65s ease-in;
		border-bottom: 1px solid #eeeeee;
		box-shadow:0px 0px 6px 3px #eeeeee;
		-moz-box-shadow:0px 0px 6px 3px #eeeeee;
		-webkit-box-shadow:0px 0px 6px 3px #eeeeee;
}

/* Toggle Button */
#nav-toggle {
		display: none;
		position: absolute;
		right: 12px;
		top: 14px;
		width: 34px;
		height: 36px;
		cursor: pointer;
		z-index: 101;
}
#nav-toggle div {
		position: relative;
}
#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: #666666;
		left: 0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
		top: 0;
}
#nav-toggle span:nth-child(2) {
		top: 11px;
}
#nav-toggle span:nth-child(3) {
		top: 22px;
}

/* レイアウト */
.wrap_inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

.left_contents {
	float: left;
  width : -webkit-calc(100% - 320px) ;
  width : calc(100% - 320px);
}

.right_contents {
	width: 300px;
	float: right;
}

.right_contents__inner {
	width: 300px;
}

/* コンポーネント */
.under_line_title {
	border-bottom: 3px solid;
	font-size: 24px;
	line-height: 34px;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}

.default_title {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.search_form {
	position: relative;
  height: 40px;
}
.search_box {
  width: 100%;
  padding: 8px .5%;
  -webkit-appearance: none;
	background-color: #ffffff;
	box-sizing: border-box;
	display: block;
	margin-bottom: 30px;
  font-size: 1em;
  color: #666666;
  border: 3px solid rgba(51, 51, 51, 0.1);
  border-radius: 1px;
  vertical-align: middle;
	float: left;
	box-sizing: border-box;
}

.search_btn {
	position: absolute;
  right: 3px;
  border: 0;
  background: none;
  display: block;
  height: 100%;
  padding: .5em .8em;
  font-size: 1.1em;
  color: #333;
	box-sizing: border-box;
	float: left;
}

.post_card__wrap {
	width:100%;
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.post_card__block {
	width:50%;
	padding: 0 10px 20px 10px;
	position: relative;
	box-sizing: border-box;
}

.post_card__block:nth-child(even) {
	padding-right: 0;
}

.post_card__inner {
	box-shadow:0px 0px 3px 3px #eeeeee;
	-moz-box-shadow:0px 0px 3px 3px #eeeeee;
	-webkit-box-shadow:0px 0px 3px 3px #eeeeee;
	height: 100%;
}

.post_card__title {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px 0;
}

.post_card__title a {
	color: #000000;
}

.post_card__title a:hover {
	text-decoration: underline;
}

.post_card__category {
	position: absolute;
	font-size: 14px;
}

.post_card__category a {
	color: #ffffff;
	background: #333333;
	padding: 2px 8px;
	text-decoration: none;
	display: block;
}

.post_card__category a:hover {
	color: #333333;
	background: #ffffff;
}

.post_card__tags {
	list-style: none;
	overflow: hidden;
}

.post_card__tags li {
	font-size: 12px;
	float: left;
	margin: 0 5px 5px 0;
}

.post_card__tags li a {
	border: 1px solid #666666;
	color: #666666;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 0 3px;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
}

.post_card__tags li a:hover {
	background-color: #FFDFE1;
}

.post_card__date {
	font-size: 12px;
}

.post_card__img {
	max-height: 194px;
	overflow: hidden;
	text-align: center;
}

.post_card__img a {
	display: block;
}

.post_card__img img {
	width: 100%;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.post_card__text {
	padding: 5px 10px 5px 10px;
}

.side_lists {
	margin: 0 0 30px 0;
}

.side_lists__list:first-child {
	border-top: 1px dashed #cccccc;
}

.side_lists__list {
	list-style: none;
	border-bottom: 1px dashed #cccccc;
}

.side_lists__list a {
	padding: 14px 10px;
	display: block;
	color: #666666;
}

.side_lists__count {
	display: block;
	float: right;
	background-color: #ee72af;
	padding: 3px 8px;
	color: #ffffff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	font-size: 12px;
}

.side_title {
	font-size: 16px;
	line-height: 40px;
}

.pagination {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
	margin: 20px 5px 50px 5px;
}

.page-item.active .page-link {
	z-index: 2;
	color: #fff;
	background-color: #EA5D6B;
	border-color: #EA5D6B;
}

.page-item:first-child .page-link {
	margin-left: 0;
  border-bottom-left-radius: .25rem;
  border-top-left-radius: .25rem;
}

.page-item:last-child .page-link {
	margin-left: 0;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #EA5D6B;
	background-color: #fff;
	border: 1px solid #ddd;
}

/* コメントエリア */
.comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comments .comments {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
}

.comment_icon {
    width: 64px;
    height: 64px;
		padding: 0 5px 0 0;
		display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.comments_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
	width: calc(100% - 69px);
}

.comment_text {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
}

.btn {
	color: #ffffff;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	padding: 6px 8px;
	vertical-align: middle;
	background: #ee72af;
	overflow: hidden;
	text-decoration:none;
	font-weight: normal;
}
.btn:hover {
	color: #ee72af;
	background-color: #FFDFE1;
}
.btn span {
	display:inline-block;
	transition: .5s
}
.btn:hover span {
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
.comment_btn_wrap {
	text-align: center;
	margin: 10px auto 20px auto;
}

.head_caption {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

/* コメントフォーム */
.form_title {
  display: inline-block;
  margin-bottom: .5rem;
	touch-action: manipulation;
	font-weight: bold;
}
.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	touch-action: manipulation;
	overflow: visible;
	box-sizing: border-box;
}
.form-control-file,
.dropify-wrapper {
  display: block;
	touch-action: manipulation;
	box-sizing: border-box;
}
.btn--input {
  white-space: nowrap;
	user-select: none;
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	border: 0 solid transparent;
	-webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	-webkit-appearance: button;
	-ms-touch-action: manipulation;
  touch-action: manipulation;
	cursor: pointer;
}
.btn--input:hover {
	color: #ee72af;
	background-color: #FFDFE1;
}

/* ページトップ */
#page_top {
    position: fixed;
    bottom: 20px;
    right: 30px;
		font-size: 120%;
}
#page_top a {
    background: #cccccc;
    text-decoration: none;
    color: #fff;
    padding: 16px 17px;
    text-align: center;
    display: block;
    border-radius: 100%;
		filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
#page_top a:hover {
    text-decoration: none;
		filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

/* 吹き出し囲み */
.balloon_wrap {
	position: relative;
	display: block;
	margin: 1.0em 0 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	font-size: 14px;
	background: #eeeeee;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.balloon_wrap:before{
	content: "";
	position: absolute;
	top: -20px;
	left: 20px;
	border: 10px solid transparent;
	border-bottom: 10px solid #eeeeee;
	}
.balloon_wrap__inner {
	margin: 0;
	padding: 0;
}

/* ポイント解説 */
.point_ex:before {
	content: 'Point';
	font-style: italic;
	color: #EA5D6B;
	background-color: #ffffff;
	position: absolute;
	margin-top: -25px;
	padding: 0px 6px;
}
.point_ex {
	margin: 0 10px;
	padding: 10px;
	border: 1px dashed #EA5D6B;
	font-size: 90%;
	color: #EA5D6B;
}

/* モーダルウインドウ */
.modal-window {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: 0;
	line-height: 1.3;
	display: none\9;
}
.modal-window:target {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.is-active.modal-window {
	display: block\9;
}
.modal-window:target {
	display: block\9;
}
.modal-window .modal-inner {
	position: absolute;
	top: 50px;
	left: 40%;
	z-index: 20;
	margin-left: -30%;
	width: 80%;
	overflow-x: hidden;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}
.modal-window .modal-inner h2 {
	margin: 0 0 10px 0;
	color: #EA5D6B;
	font-size: 16px;
	line-height: 24px;
}
.modal-window .modal-inner h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
}
.modal-window .modal-inner ul {
	margin: 0 0 0 22px;
	font-size: 14px;
	color: #555555;
}
.modal-window .modal-inner li {
	margin: 0 0 20px 0;
}
.modal-window .modal-close {
	display: block;
	text-indent: -100px;
	overflow: hidden;
}
.modal-window .modal-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==");
}
.modal-window .modal-close:after {
	content: '\00d7';
	position: absolute;
	top: 25px;
	left: 10%;
	z-index: 20;
	background: #fff;
	border-radius: 2px;
	padding: 2px 8px;
	font-size: 1.2em;
	text-decoration: none;
	text-indent: 0;
	width: 80%;
	text-align: right;
	box-sizing: border-box;
}

.modal-window {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}


/* ユーティリティー */
.ul_wrap,
.ol_wrap {
	border: 1px dashed #cccccc;
	padding: 10px 10px 10px 30px;
	margin: 0;
}

.w100 {
	width: 100%;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center;
}

.pt20 {
	padding-top: 20px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mr20 {
	margin-right: 20px;
}

.fsl {
	font-size: 140%;
}

.fwn {
	font-weight: normal;
}

.ib {
	display: inline-block;
}

.cr {
	clear: both;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.flex__l30 {
	width: 30%;
	margin-right: 1%;
}

.flex__r70 {
	width: 69%%;
}

.flex__l40 {
	width: 40%;
	margin-right: 1%;
}

.flex__r60 {
	width: 59%;
}
