@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul, li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}

a,
button {
	text-decoration: none;
	-webkit-transition: opacity .4s ease , color .4s ease , background-color .4s ease;
	transition: opacity .4s ease , color .4s ease , background-color .4s ease;
	color: #333;
}
.ck_content a:hover,
.ck_content button:hover {
	opacity: .8;
}
@media (min-width: 1px) and (max-width: 1050px) {
	.ck_content a:hover,
	.ck_content button:hover {
		opacity: 1;
	}
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}

img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	img {
		width: 100%;
	}
}

table {
	width: 100%;
}

input[type="text"],
input[type="email"],
textarea {
	-webkit-appearance: none;
	border: none;
	font-family: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus {
	outline: 0;
}

::-webkit-input-placeholder {
	color: #cccccc;
}

:-ms-input-placeholder {
	color: #cccccc;
}

::-ms-input-placeholder {
	color: #cccccc;
}

::placeholder {
	color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
	color: #cccccc;
}

/* Edge */
::-ms-input-placeholder {
	color: #cccccc;
}

img, object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/* ---------------------------------------
	html , body
-----------------------------------------*/
html {
	font-size: 62.5%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'メイリオ',  Meiryo, sans-serif
}

body {
	-webkit-text-size-adjust: 100%;
	overflow: auto;
	color: #333;
	position: relative;
}

.common-header__menulink,
.common-menu__main-menu-title{
	font-size: 16px;
}





/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
body{
	min-width: 1300px;
}

.ck_content .wrap{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.ck_content{
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 769px) {
	.ck_content .sp{
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	body{
		min-width: initial;
	}

	.ck_content .wrap{
		width: 84%;
		max-width: initial;
	}
	.ck_content .pc{
		display: none !important;
	}
	.ck_content .sp_ib{
		display: inline-block;
	}
}



.ck_content .txt{
	line-height: 2;
	font-size: 1.5rem;
}

.ck_content .bold{
	font-weight: bold;
}

.ck_content .txt_up{
	text-transform: uppercase;
}
.ck_content .txt_noup{
	text-transform: none;
}

.ck_content .center{
	text-align: center;
}


@media screen and (max-width: 768px) {
	.ck_content .img img{
		width: 100%;
	}

	.ck_content .txt{
		line-height: 1.8;
		font-size: 3.75vw;
	}
}