@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

abbr,
acronym {
	border: 0
}

* {
	padding: 0px;
	margin: 0px;
	font-family:"-apple-system", BlinkMacSystemFont, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
	line-height: 1.7;
}

input {
	padding: 1px;
	vertical-align: middle;
	line-height: normal;
}

.text-overflow-hidden {
	white-space: nowrap;
	word-spacing: normal;
	letter-spacing: normal;
	overflow: hidden;
}

.box-align-center {
	margin-right: auto;
	margin-left: auto;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

img {
	border: 0;
	max-width: 100%;
}

p {
	font-size: 1.2em;
	line-height: 1.0em;
	color: #333;
}

a:link,
a:visited {
	text-decoration: none;
	color: #fd6c93;
}

a:hover,
a:active {
	color: #FDB206;
	border: none;
}

a,
button,
input {
	-webkit-tap-highlight-color: transparent;
}

.flex {
	display: box;
	display: -ms-box;
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
}

.flex-item {
	display: block;
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	box-flex: 1;
	-ms-box-flex: 1;
	-webkit-box-flex: 1;
}

.flex-container {
	justify-content: center;
	align-items: center;
}

.relative {
	position: relative;
}

.none {
	display: none;
}


.clearfix:after {
	content: '';
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

.w{
	width: 1200px;
	margin: 0 auto;
}
.width100 {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.w60 {
	width: 60%;
}

/* -------------------------------------------------------------
   汎用ユーティリティ（.m* / .mt* / .mb* / .mr* / .ml* / .p* / .pd* /
   .pb* / .pr* / .pl* / .lh* / .fs10-12,16px 等）は共通ライブラリ
   common_v2.css に同一定義があり、そちらが後読みで優先される。
   ここには common_v2.css に「無い」もの＋レイアウト保険分のみ残置。
   ------------------------------------------------------------- */

/* font size：common_v2.css に無い 14px / 20px のみ */
.fs14px { font-size: 14px !important; }
.fs20px { font-size: 20px !important; }

/* margin：common_v2.css に無い 100px 左マージン */
.ml100 { margin-left: 100px !important; }

/* text-align / float：common_v2.css にも同値ありだがレイアウト保険として残置 */
.tc { text-align: center !important; }
.tr { text-align: right !important; }
.tl { text-align: left !important; }
.fr { float: right !important; }
.fl { float: left !important; }
