@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ul li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

address {
  font-style: normal; }

html {
  font-size: 62.5%; }

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em; }

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a,
a:visited {
  text-decoration: none; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

sup {
  font-size: .5em; }

/*-------------------------------
//	フォント
-------------------------------*/
/*-------------------------------
//	line-height
-------------------------------*/
/*-------------------------------
//	text-align
-------------------------------*/
/*-------------------------------
	margin
-------------------------------*/
/*-------------------------------
	padding
-------------------------------*/
/*-------------------------------
	width
-------------------------------*/
/*-------------------------------
	数字
-------------------------------*/
/*-------------------------------
	色
-------------------------------*/
/*-------------------------------
          	パス情報
-------------------------------*/
/*-------------------------------
	グリッド
-------------------------------*/
/*-------------------------------
//	reason_ico
-------------------------------*/
/*-------------------------------
	プレフィックス prefix
-------------------------------*/
/*-------------------------------
	レスポンシブメディアクエリ
-------------------------------*/
/*-------------------------------
	コンテンツの固定幅
-------------------------------*/
/*-------------------------------
	フォント用
-------------------------------*/
/*-------------------------------
	display
-------------------------------*/
/*-------------------------------
	box-sizing
-------------------------------*/
/*------------------------------
	簡易Hover
-------------------------------*/
/*-------------------------------
    全体
-------------------------------*/
body {
  color: #4D4D4D;
  font-family: "こぶりなゴシック W3 JIS2004", Koburina Gothic W3 JIS2004, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: #4D4D4D;
  overflow-x: hidden;
  background: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0; }

@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
    overflow-x: hidden; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    overflow-x: hidden; } }

/*-------------------------------
          	font
-------------------------------*/
.fs_50 {
  font-size: 0.5rem; }

@media screen and (max-width: 767px) {
  .fs_50_sp {
    font-size: 0.5rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_50_tab {
    font-size: 0.5rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_50_pc {
    font-size: 0.5rem !important; } }

.fs_55 {
  font-size: 0.55rem; }

@media screen and (max-width: 767px) {
  .fs_55_sp {
    font-size: 0.55rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_55_tab {
    font-size: 0.55rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_55_pc {
    font-size: 0.55rem !important; } }

.fs_60 {
  font-size: 0.6rem; }

@media screen and (max-width: 767px) {
  .fs_60_sp {
    font-size: 0.6rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_60_tab {
    font-size: 0.6rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_60_pc {
    font-size: 0.6rem !important; } }

.fs_65 {
  font-size: 0.65rem; }

@media screen and (max-width: 767px) {
  .fs_65_sp {
    font-size: 0.65rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_65_tab {
    font-size: 0.65rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_65_pc {
    font-size: 0.65rem !important; } }

.fs_70 {
  font-size: 0.7rem; }

@media screen and (max-width: 767px) {
  .fs_70_sp {
    font-size: 0.7rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_70_tab {
    font-size: 0.7rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_70_pc {
    font-size: 0.7rem !important; } }

.fs_75 {
  font-size: 0.75rem; }

@media screen and (max-width: 767px) {
  .fs_75_sp {
    font-size: 0.75rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_75_tab {
    font-size: 0.75rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_75_pc {
    font-size: 0.75rem !important; } }

.fs_80 {
  font-size: 0.8rem; }

@media screen and (max-width: 767px) {
  .fs_80_sp {
    font-size: 0.8rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_80_tab {
    font-size: 0.8rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_80_pc {
    font-size: 0.8rem !important; } }

.fs_85 {
  font-size: 0.85rem; }

@media screen and (max-width: 767px) {
  .fs_85_sp {
    font-size: 0.85rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_85_tab {
    font-size: 0.85rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_85_pc {
    font-size: 0.85rem !important; } }

.fs_90 {
  font-size: 0.9rem; }

@media screen and (max-width: 767px) {
  .fs_90_sp {
    font-size: 0.9rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_90_tab {
    font-size: 0.9rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_90_pc {
    font-size: 0.9rem !important; } }

.fs_95 {
  font-size: 0.95rem; }

@media screen and (max-width: 767px) {
  .fs_95_sp {
    font-size: 0.95rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_95_tab {
    font-size: 0.95rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_95_pc {
    font-size: 0.95rem !important; } }

.fs_100 {
  font-size: 1rem; }

@media screen and (max-width: 767px) {
  .fs_100_sp {
    font-size: 1rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_100_tab {
    font-size: 1rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_100_pc {
    font-size: 1rem !important; } }

.fs_105 {
  font-size: 1.05rem; }

@media screen and (max-width: 767px) {
  .fs_105_sp {
    font-size: 1.05rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_105_tab {
    font-size: 1.05rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_105_pc {
    font-size: 1.05rem !important; } }

.fs_110 {
  font-size: 1.1rem; }

@media screen and (max-width: 767px) {
  .fs_110_sp {
    font-size: 1.1rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_110_tab {
    font-size: 1.1rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_110_pc {
    font-size: 1.1rem !important; } }

.fs_115 {
  font-size: 1.15rem; }

@media screen and (max-width: 767px) {
  .fs_115_sp {
    font-size: 1.15rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_115_tab {
    font-size: 1.15rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_115_pc {
    font-size: 1.15rem !important; } }

.fs_120 {
  font-size: 1.2rem; }

@media screen and (max-width: 767px) {
  .fs_120_sp {
    font-size: 1.2rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_120_tab {
    font-size: 1.2rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_120_pc {
    font-size: 1.2rem !important; } }

.fs_125 {
  font-size: 1.25rem; }

@media screen and (max-width: 767px) {
  .fs_125_sp {
    font-size: 1.25rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_125_tab {
    font-size: 1.25rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_125_pc {
    font-size: 1.25rem !important; } }

.fs_130 {
  font-size: 1.3rem; }

@media screen and (max-width: 767px) {
  .fs_130_sp {
    font-size: 1.3rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_130_tab {
    font-size: 1.3rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_130_pc {
    font-size: 1.3rem !important; } }

.fs_135 {
  font-size: 1.35rem; }

@media screen and (max-width: 767px) {
  .fs_135_sp {
    font-size: 1.35rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_135_tab {
    font-size: 1.35rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_135_pc {
    font-size: 1.35rem !important; } }

.fs_140 {
  font-size: 1.4rem; }

@media screen and (max-width: 767px) {
  .fs_140_sp {
    font-size: 1.4rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_140_tab {
    font-size: 1.4rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_140_pc {
    font-size: 1.4rem !important; } }

.fs_145 {
  font-size: 1.45rem; }

@media screen and (max-width: 767px) {
  .fs_145_sp {
    font-size: 1.45rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_145_tab {
    font-size: 1.45rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_145_pc {
    font-size: 1.45rem !important; } }

.fs_150 {
  font-size: 1.5rem; }

@media screen and (max-width: 767px) {
  .fs_150_sp {
    font-size: 1.5rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_150_tab {
    font-size: 1.5rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_150_pc {
    font-size: 1.5rem !important; } }

.fs_155 {
  font-size: 1.55rem; }

@media screen and (max-width: 767px) {
  .fs_155_sp {
    font-size: 1.55rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_155_tab {
    font-size: 1.55rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_155_pc {
    font-size: 1.55rem !important; } }

.fs_160 {
  font-size: 1.6rem; }

@media screen and (max-width: 767px) {
  .fs_160_sp {
    font-size: 1.6rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_160_tab {
    font-size: 1.6rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_160_pc {
    font-size: 1.6rem !important; } }

.fs_165 {
  font-size: 1.65rem; }

@media screen and (max-width: 767px) {
  .fs_165_sp {
    font-size: 1.65rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_165_tab {
    font-size: 1.65rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_165_pc {
    font-size: 1.65rem !important; } }

.fs_170 {
  font-size: 1.7rem; }

@media screen and (max-width: 767px) {
  .fs_170_sp {
    font-size: 1.7rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_170_tab {
    font-size: 1.7rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_170_pc {
    font-size: 1.7rem !important; } }

.fs_175 {
  font-size: 1.75rem; }

@media screen and (max-width: 767px) {
  .fs_175_sp {
    font-size: 1.75rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_175_tab {
    font-size: 1.75rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_175_pc {
    font-size: 1.75rem !important; } }

.fs_180 {
  font-size: 1.8rem; }

@media screen and (max-width: 767px) {
  .fs_180_sp {
    font-size: 1.8rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_180_tab {
    font-size: 1.8rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_180_pc {
    font-size: 1.8rem !important; } }

.fs_185 {
  font-size: 1.85rem; }

@media screen and (max-width: 767px) {
  .fs_185_sp {
    font-size: 1.85rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_185_tab {
    font-size: 1.85rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_185_pc {
    font-size: 1.85rem !important; } }

.fs_190 {
  font-size: 1.9rem; }

@media screen and (max-width: 767px) {
  .fs_190_sp {
    font-size: 1.9rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_190_tab {
    font-size: 1.9rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_190_pc {
    font-size: 1.9rem !important; } }

.fs_195 {
  font-size: 1.95rem; }

@media screen and (max-width: 767px) {
  .fs_195_sp {
    font-size: 1.95rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_195_tab {
    font-size: 1.95rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_195_pc {
    font-size: 1.95rem !important; } }

.fs_200 {
  font-size: 2rem; }

@media screen and (max-width: 767px) {
  .fs_200_sp {
    font-size: 2rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_200_tab {
    font-size: 2rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_200_pc {
    font-size: 2rem !important; } }

.fs_205 {
  font-size: 2.05rem; }

@media screen and (max-width: 767px) {
  .fs_205_sp {
    font-size: 2.05rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_205_tab {
    font-size: 2.05rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_205_pc {
    font-size: 2.05rem !important; } }

.fs_210 {
  font-size: 2.1rem; }

@media screen and (max-width: 767px) {
  .fs_210_sp {
    font-size: 2.1rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_210_tab {
    font-size: 2.1rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_210_pc {
    font-size: 2.1rem !important; } }

.fs_215 {
  font-size: 2.15rem; }

@media screen and (max-width: 767px) {
  .fs_215_sp {
    font-size: 2.15rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_215_tab {
    font-size: 2.15rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_215_pc {
    font-size: 2.15rem !important; } }

.fs_220 {
  font-size: 2.2rem; }

@media screen and (max-width: 767px) {
  .fs_220_sp {
    font-size: 2.2rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_220_tab {
    font-size: 2.2rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_220_pc {
    font-size: 2.2rem !important; } }

.fs_225 {
  font-size: 2.25rem; }

@media screen and (max-width: 767px) {
  .fs_225_sp {
    font-size: 2.25rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_225_tab {
    font-size: 2.25rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_225_pc {
    font-size: 2.25rem !important; } }

.fs_230 {
  font-size: 2.3rem; }

@media screen and (max-width: 767px) {
  .fs_230_sp {
    font-size: 2.3rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_230_tab {
    font-size: 2.3rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_230_pc {
    font-size: 2.3rem !important; } }

.fs_235 {
  font-size: 2.35rem; }

@media screen and (max-width: 767px) {
  .fs_235_sp {
    font-size: 2.35rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_235_tab {
    font-size: 2.35rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_235_pc {
    font-size: 2.35rem !important; } }

.fs_240 {
  font-size: 2.4rem; }

@media screen and (max-width: 767px) {
  .fs_240_sp {
    font-size: 2.4rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_240_tab {
    font-size: 2.4rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_240_pc {
    font-size: 2.4rem !important; } }

.fs_245 {
  font-size: 2.45rem; }

@media screen and (max-width: 767px) {
  .fs_245_sp {
    font-size: 2.45rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_245_tab {
    font-size: 2.45rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_245_pc {
    font-size: 2.45rem !important; } }

.fs_250 {
  font-size: 2.5rem; }

@media screen and (max-width: 767px) {
  .fs_250_sp {
    font-size: 2.5rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_250_tab {
    font-size: 2.5rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_250_pc {
    font-size: 2.5rem !important; } }

.fs_255 {
  font-size: 2.55rem; }

@media screen and (max-width: 767px) {
  .fs_255_sp {
    font-size: 2.55rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_255_tab {
    font-size: 2.55rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_255_pc {
    font-size: 2.55rem !important; } }

.fs_260 {
  font-size: 2.6rem; }

@media screen and (max-width: 767px) {
  .fs_260_sp {
    font-size: 2.6rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_260_tab {
    font-size: 2.6rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_260_pc {
    font-size: 2.6rem !important; } }

.fs_265 {
  font-size: 2.65rem; }

@media screen and (max-width: 767px) {
  .fs_265_sp {
    font-size: 2.65rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_265_tab {
    font-size: 2.65rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_265_pc {
    font-size: 2.65rem !important; } }

.fs_270 {
  font-size: 2.7rem; }

@media screen and (max-width: 767px) {
  .fs_270_sp {
    font-size: 2.7rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_270_tab {
    font-size: 2.7rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_270_pc {
    font-size: 2.7rem !important; } }

.fs_275 {
  font-size: 2.75rem; }

@media screen and (max-width: 767px) {
  .fs_275_sp {
    font-size: 2.75rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_275_tab {
    font-size: 2.75rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_275_pc {
    font-size: 2.75rem !important; } }

.fs_280 {
  font-size: 2.8rem; }

@media screen and (max-width: 767px) {
  .fs_280_sp {
    font-size: 2.8rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_280_tab {
    font-size: 2.8rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_280_pc {
    font-size: 2.8rem !important; } }

.fs_285 {
  font-size: 2.85rem; }

@media screen and (max-width: 767px) {
  .fs_285_sp {
    font-size: 2.85rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_285_tab {
    font-size: 2.85rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_285_pc {
    font-size: 2.85rem !important; } }

.fs_290 {
  font-size: 2.9rem; }

@media screen and (max-width: 767px) {
  .fs_290_sp {
    font-size: 2.9rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_290_tab {
    font-size: 2.9rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_290_pc {
    font-size: 2.9rem !important; } }

.fs_295 {
  font-size: 2.95rem; }

@media screen and (max-width: 767px) {
  .fs_295_sp {
    font-size: 2.95rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_295_tab {
    font-size: 2.95rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_295_pc {
    font-size: 2.95rem !important; } }

.fs_300 {
  font-size: 3rem; }

@media screen and (max-width: 767px) {
  .fs_300_sp {
    font-size: 3rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_300_tab {
    font-size: 3rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_300_pc {
    font-size: 3rem !important; } }

.fs_305 {
  font-size: 3.05rem; }

@media screen and (max-width: 767px) {
  .fs_305_sp {
    font-size: 3.05rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_305_tab {
    font-size: 3.05rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_305_pc {
    font-size: 3.05rem !important; } }

.fs_310 {
  font-size: 3.1rem; }

@media screen and (max-width: 767px) {
  .fs_310_sp {
    font-size: 3.1rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_310_tab {
    font-size: 3.1rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_310_pc {
    font-size: 3.1rem !important; } }

.fs_315 {
  font-size: 3.15rem; }

@media screen and (max-width: 767px) {
  .fs_315_sp {
    font-size: 3.15rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_315_tab {
    font-size: 3.15rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_315_pc {
    font-size: 3.15rem !important; } }

.fs_320 {
  font-size: 3.2rem; }

@media screen and (max-width: 767px) {
  .fs_320_sp {
    font-size: 3.2rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_320_tab {
    font-size: 3.2rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_320_pc {
    font-size: 3.2rem !important; } }

.fs_325 {
  font-size: 3.25rem; }

@media screen and (max-width: 767px) {
  .fs_325_sp {
    font-size: 3.25rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_325_tab {
    font-size: 3.25rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_325_pc {
    font-size: 3.25rem !important; } }

.fs_330 {
  font-size: 3.3rem; }

@media screen and (max-width: 767px) {
  .fs_330_sp {
    font-size: 3.3rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_330_tab {
    font-size: 3.3rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_330_pc {
    font-size: 3.3rem !important; } }

.fs_335 {
  font-size: 3.35rem; }

@media screen and (max-width: 767px) {
  .fs_335_sp {
    font-size: 3.35rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_335_tab {
    font-size: 3.35rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_335_pc {
    font-size: 3.35rem !important; } }

.fs_340 {
  font-size: 3.4rem; }

@media screen and (max-width: 767px) {
  .fs_340_sp {
    font-size: 3.4rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_340_tab {
    font-size: 3.4rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_340_pc {
    font-size: 3.4rem !important; } }

.fs_345 {
  font-size: 3.45rem; }

@media screen and (max-width: 767px) {
  .fs_345_sp {
    font-size: 3.45rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_345_tab {
    font-size: 3.45rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_345_pc {
    font-size: 3.45rem !important; } }

.fs_350 {
  font-size: 3.5rem; }

@media screen and (max-width: 767px) {
  .fs_350_sp {
    font-size: 3.5rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_350_tab {
    font-size: 3.5rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_350_pc {
    font-size: 3.5rem !important; } }

.fs_355 {
  font-size: 3.55rem; }

@media screen and (max-width: 767px) {
  .fs_355_sp {
    font-size: 3.55rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_355_tab {
    font-size: 3.55rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_355_pc {
    font-size: 3.55rem !important; } }

.fs_360 {
  font-size: 3.6rem; }

@media screen and (max-width: 767px) {
  .fs_360_sp {
    font-size: 3.6rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_360_tab {
    font-size: 3.6rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_360_pc {
    font-size: 3.6rem !important; } }

.fs_365 {
  font-size: 3.65rem; }

@media screen and (max-width: 767px) {
  .fs_365_sp {
    font-size: 3.65rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_365_tab {
    font-size: 3.65rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_365_pc {
    font-size: 3.65rem !important; } }

.fs_370 {
  font-size: 3.7rem; }

@media screen and (max-width: 767px) {
  .fs_370_sp {
    font-size: 3.7rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_370_tab {
    font-size: 3.7rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_370_pc {
    font-size: 3.7rem !important; } }

.fs_375 {
  font-size: 3.75rem; }

@media screen and (max-width: 767px) {
  .fs_375_sp {
    font-size: 3.75rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_375_tab {
    font-size: 3.75rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_375_pc {
    font-size: 3.75rem !important; } }

.fs_380 {
  font-size: 3.8rem; }

@media screen and (max-width: 767px) {
  .fs_380_sp {
    font-size: 3.8rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_380_tab {
    font-size: 3.8rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_380_pc {
    font-size: 3.8rem !important; } }

.fs_385 {
  font-size: 3.85rem; }

@media screen and (max-width: 767px) {
  .fs_385_sp {
    font-size: 3.85rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_385_tab {
    font-size: 3.85rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_385_pc {
    font-size: 3.85rem !important; } }

.fs_390 {
  font-size: 3.9rem; }

@media screen and (max-width: 767px) {
  .fs_390_sp {
    font-size: 3.9rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_390_tab {
    font-size: 3.9rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_390_pc {
    font-size: 3.9rem !important; } }

.fs_395 {
  font-size: 3.95rem; }

@media screen and (max-width: 767px) {
  .fs_395_sp {
    font-size: 3.95rem !important; } }

@media screen and (max-width: 1024px) {
  .fs_395_tab {
    font-size: 3.95rem !important; } }

@media screen and (min-width: 1025px) {
  .fs_395_pc {
    font-size: 3.95rem !important; } }

.bold {
  font-weight: bold; }

.font_ryumin {
  font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif; }

.font_koburinaw1 {
  font-family: "こぶりなゴシック W1 JIS2004", Koburina Gothic W1 JIS2004, "メイリオ", Meiryo, sans-serif; }

.font_koburinaw3 {
  font-family: "こぶりなゴシック W3 JIS2004", Koburina Gothic W3 JIS2004, "メイリオ", Meiryo, sans-serif; }

.lh_100 {
  line-height: 100; }

.lh_110 {
  line-height: 110; }

.lh_120 {
  line-height: 120; }

.lh_130 {
  line-height: 130; }

.lh_140 {
  line-height: 140; }

.lh_150 {
  line-height: 150; }

.lh_160 {
  line-height: 160; }

.lh_170 {
  line-height: 170; }

.lh_180 {
  line-height: 180; }

.lh_190 {
  line-height: 190; }

.lh_200 {
  line-height: 200; }

.lh_210 {
  line-height: 210; }

.lh_220 {
  line-height: 220; }

.lh_230 {
  line-height: 230; }

.lh_240 {
  line-height: 240; }

.lh_250 {
  line-height: 250; }

/*-------------------------------
          	margin
-------------------------------*/
.m0 {
  margin: 0 0; }

@media screen and (max-width: 767px) {
  .m0_sp {
    margin: 0 0 !important !important; } }

@media screen and (max-width: 1024px) {
  .m0_tab {
    margin: 0 0 !important !important; } }

@media screen and (min-width: 1025px) {
  .m0_pc {
    margin: 0 0 !important !important; } }

.m5 {
  margin: 0 5; }

@media screen and (max-width: 767px) {
  .m5_sp {
    margin: 0 5 !important !important; } }

@media screen and (max-width: 1024px) {
  .m5_tab {
    margin: 0 5 !important !important; } }

@media screen and (min-width: 1025px) {
  .m5_pc {
    margin: 0 5 !important !important; } }

.m10 {
  margin: 0 10; }

@media screen and (max-width: 767px) {
  .m10_sp {
    margin: 0 10 !important !important; } }

@media screen and (max-width: 1024px) {
  .m10_tab {
    margin: 0 10 !important !important; } }

@media screen and (min-width: 1025px) {
  .m10_pc {
    margin: 0 10 !important !important; } }

.m15 {
  margin: 0 15; }

@media screen and (max-width: 767px) {
  .m15_sp {
    margin: 0 15 !important !important; } }

@media screen and (max-width: 1024px) {
  .m15_tab {
    margin: 0 15 !important !important; } }

@media screen and (min-width: 1025px) {
  .m15_pc {
    margin: 0 15 !important !important; } }

.m20 {
  margin: 0 20; }

@media screen and (max-width: 767px) {
  .m20_sp {
    margin: 0 20 !important !important; } }

@media screen and (max-width: 1024px) {
  .m20_tab {
    margin: 0 20 !important !important; } }

@media screen and (min-width: 1025px) {
  .m20_pc {
    margin: 0 20 !important !important; } }

.m25 {
  margin: 0 25; }

@media screen and (max-width: 767px) {
  .m25_sp {
    margin: 0 25 !important !important; } }

@media screen and (max-width: 1024px) {
  .m25_tab {
    margin: 0 25 !important !important; } }

@media screen and (min-width: 1025px) {
  .m25_pc {
    margin: 0 25 !important !important; } }

.m30 {
  margin: 0 30; }

@media screen and (max-width: 767px) {
  .m30_sp {
    margin: 0 30 !important !important; } }

@media screen and (max-width: 1024px) {
  .m30_tab {
    margin: 0 30 !important !important; } }

@media screen and (min-width: 1025px) {
  .m30_pc {
    margin: 0 30 !important !important; } }

.m35 {
  margin: 0 35; }

@media screen and (max-width: 767px) {
  .m35_sp {
    margin: 0 35 !important !important; } }

@media screen and (max-width: 1024px) {
  .m35_tab {
    margin: 0 35 !important !important; } }

@media screen and (min-width: 1025px) {
  .m35_pc {
    margin: 0 35 !important !important; } }

.m40 {
  margin: 0 40; }

@media screen and (max-width: 767px) {
  .m40_sp {
    margin: 0 40 !important !important; } }

@media screen and (max-width: 1024px) {
  .m40_tab {
    margin: 0 40 !important !important; } }

@media screen and (min-width: 1025px) {
  .m40_pc {
    margin: 0 40 !important !important; } }

.m45 {
  margin: 0 45; }

@media screen and (max-width: 767px) {
  .m45_sp {
    margin: 0 45 !important !important; } }

@media screen and (max-width: 1024px) {
  .m45_tab {
    margin: 0 45 !important !important; } }

@media screen and (min-width: 1025px) {
  .m45_pc {
    margin: 0 45 !important !important; } }

.m50 {
  margin: 0 50; }

@media screen and (max-width: 767px) {
  .m50_sp {
    margin: 0 50 !important !important; } }

@media screen and (max-width: 1024px) {
  .m50_tab {
    margin: 0 50 !important !important; } }

@media screen and (min-width: 1025px) {
  .m50_pc {
    margin: 0 50 !important !important; } }

.m55 {
  margin: 0 55; }

@media screen and (max-width: 767px) {
  .m55_sp {
    margin: 0 55 !important !important; } }

@media screen and (max-width: 1024px) {
  .m55_tab {
    margin: 0 55 !important !important; } }

@media screen and (min-width: 1025px) {
  .m55_pc {
    margin: 0 55 !important !important; } }

.m60 {
  margin: 0 60; }

@media screen and (max-width: 767px) {
  .m60_sp {
    margin: 0 60 !important !important; } }

@media screen and (max-width: 1024px) {
  .m60_tab {
    margin: 0 60 !important !important; } }

@media screen and (min-width: 1025px) {
  .m60_pc {
    margin: 0 60 !important !important; } }

.m65 {
  margin: 0 65; }

@media screen and (max-width: 767px) {
  .m65_sp {
    margin: 0 65 !important !important; } }

@media screen and (max-width: 1024px) {
  .m65_tab {
    margin: 0 65 !important !important; } }

@media screen and (min-width: 1025px) {
  .m65_pc {
    margin: 0 65 !important !important; } }

.m70 {
  margin: 0 70; }

@media screen and (max-width: 767px) {
  .m70_sp {
    margin: 0 70 !important !important; } }

@media screen and (max-width: 1024px) {
  .m70_tab {
    margin: 0 70 !important !important; } }

@media screen and (min-width: 1025px) {
  .m70_pc {
    margin: 0 70 !important !important; } }

.m75 {
  margin: 0 75; }

@media screen and (max-width: 767px) {
  .m75_sp {
    margin: 0 75 !important !important; } }

@media screen and (max-width: 1024px) {
  .m75_tab {
    margin: 0 75 !important !important; } }

@media screen and (min-width: 1025px) {
  .m75_pc {
    margin: 0 75 !important !important; } }

.m80 {
  margin: 0 80; }

@media screen and (max-width: 767px) {
  .m80_sp {
    margin: 0 80 !important !important; } }

@media screen and (max-width: 1024px) {
  .m80_tab {
    margin: 0 80 !important !important; } }

@media screen and (min-width: 1025px) {
  .m80_pc {
    margin: 0 80 !important !important; } }

.m85 {
  margin: 0 85; }

@media screen and (max-width: 767px) {
  .m85_sp {
    margin: 0 85 !important !important; } }

@media screen and (max-width: 1024px) {
  .m85_tab {
    margin: 0 85 !important !important; } }

@media screen and (min-width: 1025px) {
  .m85_pc {
    margin: 0 85 !important !important; } }

.m90 {
  margin: 0 90; }

@media screen and (max-width: 767px) {
  .m90_sp {
    margin: 0 90 !important !important; } }

@media screen and (max-width: 1024px) {
  .m90_tab {
    margin: 0 90 !important !important; } }

@media screen and (min-width: 1025px) {
  .m90_pc {
    margin: 0 90 !important !important; } }

.m95 {
  margin: 0 95; }

@media screen and (max-width: 767px) {
  .m95_sp {
    margin: 0 95 !important !important; } }

@media screen and (max-width: 1024px) {
  .m95_tab {
    margin: 0 95 !important !important; } }

@media screen and (min-width: 1025px) {
  .m95_pc {
    margin: 0 95 !important !important; } }

.m100 {
  margin: 0 100; }

@media screen and (max-width: 767px) {
  .m100_sp {
    margin: 0 100 !important !important; } }

@media screen and (max-width: 1024px) {
  .m100_tab {
    margin: 0 100 !important !important; } }

@media screen and (min-width: 1025px) {
  .m100_pc {
    margin: 0 100 !important !important; } }

.ml0 {
  margin-left: 0px; }

@media screen and (max-width: 767px) {
  .ml0_sp {
    margin-left: 0px !important; } }

@media screen and (max-width: 1024px) {
  .ml0_tab {
    margin-left: 0px !important; } }

@media screen and (min-width: 1025px) {
  .ml0_pc {
    margin-left: 0px !important; } }

.ml5 {
  margin-left: 5px; }

@media screen and (max-width: 767px) {
  .ml5_sp {
    margin-left: 5px !important; } }

@media screen and (max-width: 1024px) {
  .ml5_tab {
    margin-left: 5px !important; } }

@media screen and (min-width: 1025px) {
  .ml5_pc {
    margin-left: 5px !important; } }

.ml10 {
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  .ml10_sp {
    margin-left: 10px !important; } }

@media screen and (max-width: 1024px) {
  .ml10_tab {
    margin-left: 10px !important; } }

@media screen and (min-width: 1025px) {
  .ml10_pc {
    margin-left: 10px !important; } }

.ml15 {
  margin-left: 15px; }

@media screen and (max-width: 767px) {
  .ml15_sp {
    margin-left: 15px !important; } }

@media screen and (max-width: 1024px) {
  .ml15_tab {
    margin-left: 15px !important; } }

@media screen and (min-width: 1025px) {
  .ml15_pc {
    margin-left: 15px !important; } }

.ml20 {
  margin-left: 20px; }

@media screen and (max-width: 767px) {
  .ml20_sp {
    margin-left: 20px !important; } }

@media screen and (max-width: 1024px) {
  .ml20_tab {
    margin-left: 20px !important; } }

@media screen and (min-width: 1025px) {
  .ml20_pc {
    margin-left: 20px !important; } }

.ml25 {
  margin-left: 25px; }

@media screen and (max-width: 767px) {
  .ml25_sp {
    margin-left: 25px !important; } }

@media screen and (max-width: 1024px) {
  .ml25_tab {
    margin-left: 25px !important; } }

@media screen and (min-width: 1025px) {
  .ml25_pc {
    margin-left: 25px !important; } }

.ml30 {
  margin-left: 30px; }

@media screen and (max-width: 767px) {
  .ml30_sp {
    margin-left: 30px !important; } }

@media screen and (max-width: 1024px) {
  .ml30_tab {
    margin-left: 30px !important; } }

@media screen and (min-width: 1025px) {
  .ml30_pc {
    margin-left: 30px !important; } }

.ml35 {
  margin-left: 35px; }

@media screen and (max-width: 767px) {
  .ml35_sp {
    margin-left: 35px !important; } }

@media screen and (max-width: 1024px) {
  .ml35_tab {
    margin-left: 35px !important; } }

@media screen and (min-width: 1025px) {
  .ml35_pc {
    margin-left: 35px !important; } }

.ml40 {
  margin-left: 40px; }

@media screen and (max-width: 767px) {
  .ml40_sp {
    margin-left: 40px !important; } }

@media screen and (max-width: 1024px) {
  .ml40_tab {
    margin-left: 40px !important; } }

@media screen and (min-width: 1025px) {
  .ml40_pc {
    margin-left: 40px !important; } }

.ml45 {
  margin-left: 45px; }

@media screen and (max-width: 767px) {
  .ml45_sp {
    margin-left: 45px !important; } }

@media screen and (max-width: 1024px) {
  .ml45_tab {
    margin-left: 45px !important; } }

@media screen and (min-width: 1025px) {
  .ml45_pc {
    margin-left: 45px !important; } }

.ml50 {
  margin-left: 50px; }

@media screen and (max-width: 767px) {
  .ml50_sp {
    margin-left: 50px !important; } }

@media screen and (max-width: 1024px) {
  .ml50_tab {
    margin-left: 50px !important; } }

@media screen and (min-width: 1025px) {
  .ml50_pc {
    margin-left: 50px !important; } }

.ml55 {
  margin-left: 55px; }

@media screen and (max-width: 767px) {
  .ml55_sp {
    margin-left: 55px !important; } }

@media screen and (max-width: 1024px) {
  .ml55_tab {
    margin-left: 55px !important; } }

@media screen and (min-width: 1025px) {
  .ml55_pc {
    margin-left: 55px !important; } }

.ml60 {
  margin-left: 60px; }

@media screen and (max-width: 767px) {
  .ml60_sp {
    margin-left: 60px !important; } }

@media screen and (max-width: 1024px) {
  .ml60_tab {
    margin-left: 60px !important; } }

@media screen and (min-width: 1025px) {
  .ml60_pc {
    margin-left: 60px !important; } }

.ml65 {
  margin-left: 65px; }

@media screen and (max-width: 767px) {
  .ml65_sp {
    margin-left: 65px !important; } }

@media screen and (max-width: 1024px) {
  .ml65_tab {
    margin-left: 65px !important; } }

@media screen and (min-width: 1025px) {
  .ml65_pc {
    margin-left: 65px !important; } }

.ml70 {
  margin-left: 70px; }

@media screen and (max-width: 767px) {
  .ml70_sp {
    margin-left: 70px !important; } }

@media screen and (max-width: 1024px) {
  .ml70_tab {
    margin-left: 70px !important; } }

@media screen and (min-width: 1025px) {
  .ml70_pc {
    margin-left: 70px !important; } }

.ml75 {
  margin-left: 75px; }

@media screen and (max-width: 767px) {
  .ml75_sp {
    margin-left: 75px !important; } }

@media screen and (max-width: 1024px) {
  .ml75_tab {
    margin-left: 75px !important; } }

@media screen and (min-width: 1025px) {
  .ml75_pc {
    margin-left: 75px !important; } }

.ml80 {
  margin-left: 80px; }

@media screen and (max-width: 767px) {
  .ml80_sp {
    margin-left: 80px !important; } }

@media screen and (max-width: 1024px) {
  .ml80_tab {
    margin-left: 80px !important; } }

@media screen and (min-width: 1025px) {
  .ml80_pc {
    margin-left: 80px !important; } }

.ml85 {
  margin-left: 85px; }

@media screen and (max-width: 767px) {
  .ml85_sp {
    margin-left: 85px !important; } }

@media screen and (max-width: 1024px) {
  .ml85_tab {
    margin-left: 85px !important; } }

@media screen and (min-width: 1025px) {
  .ml85_pc {
    margin-left: 85px !important; } }

.ml90 {
  margin-left: 90px; }

@media screen and (max-width: 767px) {
  .ml90_sp {
    margin-left: 90px !important; } }

@media screen and (max-width: 1024px) {
  .ml90_tab {
    margin-left: 90px !important; } }

@media screen and (min-width: 1025px) {
  .ml90_pc {
    margin-left: 90px !important; } }

.ml95 {
  margin-left: 95px; }

@media screen and (max-width: 767px) {
  .ml95_sp {
    margin-left: 95px !important; } }

@media screen and (max-width: 1024px) {
  .ml95_tab {
    margin-left: 95px !important; } }

@media screen and (min-width: 1025px) {
  .ml95_pc {
    margin-left: 95px !important; } }

.ml100 {
  margin-left: 100px; }

@media screen and (max-width: 767px) {
  .ml100_sp {
    margin-left: 100px !important; } }

@media screen and (max-width: 1024px) {
  .ml100_tab {
    margin-left: 100px !important; } }

@media screen and (min-width: 1025px) {
  .ml100_pc {
    margin-left: 100px !important; } }

.mr0 {
  margin-right: 0px; }

@media screen and (max-width: 767px) {
  .mr0_sp {
    margin-right: 0px !important; } }

@media screen and (max-width: 1024px) {
  .mr0_tab {
    margin-right: 0px !important; } }

@media screen and (min-width: 1025px) {
  .mr0_pc {
    margin-right: 0px !important; } }

.mr5 {
  margin-right: 5px; }

@media screen and (max-width: 767px) {
  .mr5_sp {
    margin-right: 5px !important; } }

@media screen and (max-width: 1024px) {
  .mr5_tab {
    margin-right: 5px !important; } }

@media screen and (min-width: 1025px) {
  .mr5_pc {
    margin-right: 5px !important; } }

.mr10 {
  margin-right: 10px; }

@media screen and (max-width: 767px) {
  .mr10_sp {
    margin-right: 10px !important; } }

@media screen and (max-width: 1024px) {
  .mr10_tab {
    margin-right: 10px !important; } }

@media screen and (min-width: 1025px) {
  .mr10_pc {
    margin-right: 10px !important; } }

.mr15 {
  margin-right: 15px; }

@media screen and (max-width: 767px) {
  .mr15_sp {
    margin-right: 15px !important; } }

@media screen and (max-width: 1024px) {
  .mr15_tab {
    margin-right: 15px !important; } }

@media screen and (min-width: 1025px) {
  .mr15_pc {
    margin-right: 15px !important; } }

.mr20 {
  margin-right: 20px; }

@media screen and (max-width: 767px) {
  .mr20_sp {
    margin-right: 20px !important; } }

@media screen and (max-width: 1024px) {
  .mr20_tab {
    margin-right: 20px !important; } }

@media screen and (min-width: 1025px) {
  .mr20_pc {
    margin-right: 20px !important; } }

.mr25 {
  margin-right: 25px; }

@media screen and (max-width: 767px) {
  .mr25_sp {
    margin-right: 25px !important; } }

@media screen and (max-width: 1024px) {
  .mr25_tab {
    margin-right: 25px !important; } }

@media screen and (min-width: 1025px) {
  .mr25_pc {
    margin-right: 25px !important; } }

.mr30 {
  margin-right: 30px; }

@media screen and (max-width: 767px) {
  .mr30_sp {
    margin-right: 30px !important; } }

@media screen and (max-width: 1024px) {
  .mr30_tab {
    margin-right: 30px !important; } }

@media screen and (min-width: 1025px) {
  .mr30_pc {
    margin-right: 30px !important; } }

.mr35 {
  margin-right: 35px; }

@media screen and (max-width: 767px) {
  .mr35_sp {
    margin-right: 35px !important; } }

@media screen and (max-width: 1024px) {
  .mr35_tab {
    margin-right: 35px !important; } }

@media screen and (min-width: 1025px) {
  .mr35_pc {
    margin-right: 35px !important; } }

.mr40 {
  margin-right: 40px; }

@media screen and (max-width: 767px) {
  .mr40_sp {
    margin-right: 40px !important; } }

@media screen and (max-width: 1024px) {
  .mr40_tab {
    margin-right: 40px !important; } }

@media screen and (min-width: 1025px) {
  .mr40_pc {
    margin-right: 40px !important; } }

.mr45 {
  margin-right: 45px; }

@media screen and (max-width: 767px) {
  .mr45_sp {
    margin-right: 45px !important; } }

@media screen and (max-width: 1024px) {
  .mr45_tab {
    margin-right: 45px !important; } }

@media screen and (min-width: 1025px) {
  .mr45_pc {
    margin-right: 45px !important; } }

.mr50 {
  margin-right: 50px; }

@media screen and (max-width: 767px) {
  .mr50_sp {
    margin-right: 50px !important; } }

@media screen and (max-width: 1024px) {
  .mr50_tab {
    margin-right: 50px !important; } }

@media screen and (min-width: 1025px) {
  .mr50_pc {
    margin-right: 50px !important; } }

.mr55 {
  margin-right: 55px; }

@media screen and (max-width: 767px) {
  .mr55_sp {
    margin-right: 55px !important; } }

@media screen and (max-width: 1024px) {
  .mr55_tab {
    margin-right: 55px !important; } }

@media screen and (min-width: 1025px) {
  .mr55_pc {
    margin-right: 55px !important; } }

.mr60 {
  margin-right: 60px; }

@media screen and (max-width: 767px) {
  .mr60_sp {
    margin-right: 60px !important; } }

@media screen and (max-width: 1024px) {
  .mr60_tab {
    margin-right: 60px !important; } }

@media screen and (min-width: 1025px) {
  .mr60_pc {
    margin-right: 60px !important; } }

.mr65 {
  margin-right: 65px; }

@media screen and (max-width: 767px) {
  .mr65_sp {
    margin-right: 65px !important; } }

@media screen and (max-width: 1024px) {
  .mr65_tab {
    margin-right: 65px !important; } }

@media screen and (min-width: 1025px) {
  .mr65_pc {
    margin-right: 65px !important; } }

.mr70 {
  margin-right: 70px; }

@media screen and (max-width: 767px) {
  .mr70_sp {
    margin-right: 70px !important; } }

@media screen and (max-width: 1024px) {
  .mr70_tab {
    margin-right: 70px !important; } }

@media screen and (min-width: 1025px) {
  .mr70_pc {
    margin-right: 70px !important; } }

.mr75 {
  margin-right: 75px; }

@media screen and (max-width: 767px) {
  .mr75_sp {
    margin-right: 75px !important; } }

@media screen and (max-width: 1024px) {
  .mr75_tab {
    margin-right: 75px !important; } }

@media screen and (min-width: 1025px) {
  .mr75_pc {
    margin-right: 75px !important; } }

.mr80 {
  margin-right: 80px; }

@media screen and (max-width: 767px) {
  .mr80_sp {
    margin-right: 80px !important; } }

@media screen and (max-width: 1024px) {
  .mr80_tab {
    margin-right: 80px !important; } }

@media screen and (min-width: 1025px) {
  .mr80_pc {
    margin-right: 80px !important; } }

.mr85 {
  margin-right: 85px; }

@media screen and (max-width: 767px) {
  .mr85_sp {
    margin-right: 85px !important; } }

@media screen and (max-width: 1024px) {
  .mr85_tab {
    margin-right: 85px !important; } }

@media screen and (min-width: 1025px) {
  .mr85_pc {
    margin-right: 85px !important; } }

.mr90 {
  margin-right: 90px; }

@media screen and (max-width: 767px) {
  .mr90_sp {
    margin-right: 90px !important; } }

@media screen and (max-width: 1024px) {
  .mr90_tab {
    margin-right: 90px !important; } }

@media screen and (min-width: 1025px) {
  .mr90_pc {
    margin-right: 90px !important; } }

.mr95 {
  margin-right: 95px; }

@media screen and (max-width: 767px) {
  .mr95_sp {
    margin-right: 95px !important; } }

@media screen and (max-width: 1024px) {
  .mr95_tab {
    margin-right: 95px !important; } }

@media screen and (min-width: 1025px) {
  .mr95_pc {
    margin-right: 95px !important; } }

.mr100 {
  margin-right: 100px; }

@media screen and (max-width: 767px) {
  .mr100_sp {
    margin-right: 100px !important; } }

@media screen and (max-width: 1024px) {
  .mr100_tab {
    margin-right: 100px !important; } }

@media screen and (min-width: 1025px) {
  .mr100_pc {
    margin-right: 100px !important; } }

.mt0 {
  margin-top: 0px; }

@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0px !important; } }

@media screen and (max-width: 1024px) {
  .mt0_tab {
    margin-top: 0px !important; } }

@media screen and (min-width: 1025px) {
  .mt0_pc {
    margin-top: 0px !important; } }

.mt5 {
  margin-top: 5px; }

@media screen and (max-width: 767px) {
  .mt5_sp {
    margin-top: 5px !important; } }

@media screen and (max-width: 1024px) {
  .mt5_tab {
    margin-top: 5px !important; } }

@media screen and (min-width: 1025px) {
  .mt5_pc {
    margin-top: 5px !important; } }

.mt10 {
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .mt10_sp {
    margin-top: 10px !important; } }

@media screen and (max-width: 1024px) {
  .mt10_tab {
    margin-top: 10px !important; } }

@media screen and (min-width: 1025px) {
  .mt10_pc {
    margin-top: 10px !important; } }

.mt15 {
  margin-top: 15px; }

@media screen and (max-width: 767px) {
  .mt15_sp {
    margin-top: 15px !important; } }

@media screen and (max-width: 1024px) {
  .mt15_tab {
    margin-top: 15px !important; } }

@media screen and (min-width: 1025px) {
  .mt15_pc {
    margin-top: 15px !important; } }

.mt20 {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  .mt20_sp {
    margin-top: 20px !important; } }

@media screen and (max-width: 1024px) {
  .mt20_tab {
    margin-top: 20px !important; } }

@media screen and (min-width: 1025px) {
  .mt20_pc {
    margin-top: 20px !important; } }

.mt25 {
  margin-top: 25px; }

@media screen and (max-width: 767px) {
  .mt25_sp {
    margin-top: 25px !important; } }

@media screen and (max-width: 1024px) {
  .mt25_tab {
    margin-top: 25px !important; } }

@media screen and (min-width: 1025px) {
  .mt25_pc {
    margin-top: 25px !important; } }

.mt30 {
  margin-top: 30px; }

@media screen and (max-width: 767px) {
  .mt30_sp {
    margin-top: 30px !important; } }

@media screen and (max-width: 1024px) {
  .mt30_tab {
    margin-top: 30px !important; } }

@media screen and (min-width: 1025px) {
  .mt30_pc {
    margin-top: 30px !important; } }

.mt35 {
  margin-top: 35px; }

@media screen and (max-width: 767px) {
  .mt35_sp {
    margin-top: 35px !important; } }

@media screen and (max-width: 1024px) {
  .mt35_tab {
    margin-top: 35px !important; } }

@media screen and (min-width: 1025px) {
  .mt35_pc {
    margin-top: 35px !important; } }

.mt40 {
  margin-top: 40px; }

@media screen and (max-width: 767px) {
  .mt40_sp {
    margin-top: 40px !important; } }

@media screen and (max-width: 1024px) {
  .mt40_tab {
    margin-top: 40px !important; } }

@media screen and (min-width: 1025px) {
  .mt40_pc {
    margin-top: 40px !important; } }

.mt45 {
  margin-top: 45px; }

@media screen and (max-width: 767px) {
  .mt45_sp {
    margin-top: 45px !important; } }

@media screen and (max-width: 1024px) {
  .mt45_tab {
    margin-top: 45px !important; } }

@media screen and (min-width: 1025px) {
  .mt45_pc {
    margin-top: 45px !important; } }

.mt50 {
  margin-top: 50px; }

@media screen and (max-width: 767px) {
  .mt50_sp {
    margin-top: 50px !important; } }

@media screen and (max-width: 1024px) {
  .mt50_tab {
    margin-top: 50px !important; } }

@media screen and (min-width: 1025px) {
  .mt50_pc {
    margin-top: 50px !important; } }

.mt55 {
  margin-top: 55px; }

@media screen and (max-width: 767px) {
  .mt55_sp {
    margin-top: 55px !important; } }

@media screen and (max-width: 1024px) {
  .mt55_tab {
    margin-top: 55px !important; } }

@media screen and (min-width: 1025px) {
  .mt55_pc {
    margin-top: 55px !important; } }

.mt60 {
  margin-top: 60px; }

@media screen and (max-width: 767px) {
  .mt60_sp {
    margin-top: 60px !important; } }

@media screen and (max-width: 1024px) {
  .mt60_tab {
    margin-top: 60px !important; } }

@media screen and (min-width: 1025px) {
  .mt60_pc {
    margin-top: 60px !important; } }

.mt65 {
  margin-top: 65px; }

@media screen and (max-width: 767px) {
  .mt65_sp {
    margin-top: 65px !important; } }

@media screen and (max-width: 1024px) {
  .mt65_tab {
    margin-top: 65px !important; } }

@media screen and (min-width: 1025px) {
  .mt65_pc {
    margin-top: 65px !important; } }

.mt70 {
  margin-top: 70px; }

@media screen and (max-width: 767px) {
  .mt70_sp {
    margin-top: 70px !important; } }

@media screen and (max-width: 1024px) {
  .mt70_tab {
    margin-top: 70px !important; } }

@media screen and (min-width: 1025px) {
  .mt70_pc {
    margin-top: 70px !important; } }

.mt75 {
  margin-top: 75px; }

@media screen and (max-width: 767px) {
  .mt75_sp {
    margin-top: 75px !important; } }

@media screen and (max-width: 1024px) {
  .mt75_tab {
    margin-top: 75px !important; } }

@media screen and (min-width: 1025px) {
  .mt75_pc {
    margin-top: 75px !important; } }

.mt80 {
  margin-top: 80px; }

@media screen and (max-width: 767px) {
  .mt80_sp {
    margin-top: 80px !important; } }

@media screen and (max-width: 1024px) {
  .mt80_tab {
    margin-top: 80px !important; } }

@media screen and (min-width: 1025px) {
  .mt80_pc {
    margin-top: 80px !important; } }

.mt85 {
  margin-top: 85px; }

@media screen and (max-width: 767px) {
  .mt85_sp {
    margin-top: 85px !important; } }

@media screen and (max-width: 1024px) {
  .mt85_tab {
    margin-top: 85px !important; } }

@media screen and (min-width: 1025px) {
  .mt85_pc {
    margin-top: 85px !important; } }

.mt90 {
  margin-top: 90px; }

@media screen and (max-width: 767px) {
  .mt90_sp {
    margin-top: 90px !important; } }

@media screen and (max-width: 1024px) {
  .mt90_tab {
    margin-top: 90px !important; } }

@media screen and (min-width: 1025px) {
  .mt90_pc {
    margin-top: 90px !important; } }

.mt95 {
  margin-top: 95px; }

@media screen and (max-width: 767px) {
  .mt95_sp {
    margin-top: 95px !important; } }

@media screen and (max-width: 1024px) {
  .mt95_tab {
    margin-top: 95px !important; } }

@media screen and (min-width: 1025px) {
  .mt95_pc {
    margin-top: 95px !important; } }

.mt100 {
  margin-top: 100px; }

@media screen and (max-width: 767px) {
  .mt100_sp {
    margin-top: 100px !important; } }

@media screen and (max-width: 1024px) {
  .mt100_tab {
    margin-top: 100px !important; } }

@media screen and (min-width: 1025px) {
  .mt100_pc {
    margin-top: 100px !important; } }

.mb0 {
  margin-bottom: 0px; }

@media screen and (max-width: 767px) {
  .mb0_sp {
    margin-bottom: 0px !important; } }

@media screen and (max-width: 1024px) {
  .mb0_tab {
    margin-bottom: 0px !important; } }

@media screen and (min-width: 1025px) {
  .mb0_pc {
    margin-bottom: 0px !important; } }

.mb5 {
  margin-bottom: 5px; }

@media screen and (max-width: 767px) {
  .mb5_sp {
    margin-bottom: 5px !important; } }

@media screen and (max-width: 1024px) {
  .mb5_tab {
    margin-bottom: 5px !important; } }

@media screen and (min-width: 1025px) {
  .mb5_pc {
    margin-bottom: 5px !important; } }

.mb10 {
  margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  .mb10_sp {
    margin-bottom: 10px !important; } }

@media screen and (max-width: 1024px) {
  .mb10_tab {
    margin-bottom: 10px !important; } }

@media screen and (min-width: 1025px) {
  .mb10_pc {
    margin-bottom: 10px !important; } }

.mb15 {
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .mb15_sp {
    margin-bottom: 15px !important; } }

@media screen and (max-width: 1024px) {
  .mb15_tab {
    margin-bottom: 15px !important; } }

@media screen and (min-width: 1025px) {
  .mb15_pc {
    margin-bottom: 15px !important; } }

.mb20 {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .mb20_sp {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 1024px) {
  .mb20_tab {
    margin-bottom: 20px !important; } }

@media screen and (min-width: 1025px) {
  .mb20_pc {
    margin-bottom: 20px !important; } }

.mb25 {
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .mb25_sp {
    margin-bottom: 25px !important; } }

@media screen and (max-width: 1024px) {
  .mb25_tab {
    margin-bottom: 25px !important; } }

@media screen and (min-width: 1025px) {
  .mb25_pc {
    margin-bottom: 25px !important; } }

.mb30 {
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .mb30_sp {
    margin-bottom: 30px !important; } }

@media screen and (max-width: 1024px) {
  .mb30_tab {
    margin-bottom: 30px !important; } }

@media screen and (min-width: 1025px) {
  .mb30_pc {
    margin-bottom: 30px !important; } }

.mb35 {
  margin-bottom: 35px; }

@media screen and (max-width: 767px) {
  .mb35_sp {
    margin-bottom: 35px !important; } }

@media screen and (max-width: 1024px) {
  .mb35_tab {
    margin-bottom: 35px !important; } }

@media screen and (min-width: 1025px) {
  .mb35_pc {
    margin-bottom: 35px !important; } }

.mb40 {
  margin-bottom: 40px; }

@media screen and (max-width: 767px) {
  .mb40_sp {
    margin-bottom: 40px !important; } }

@media screen and (max-width: 1024px) {
  .mb40_tab {
    margin-bottom: 40px !important; } }

@media screen and (min-width: 1025px) {
  .mb40_pc {
    margin-bottom: 40px !important; } }

.mb45 {
  margin-bottom: 45px; }

@media screen and (max-width: 767px) {
  .mb45_sp {
    margin-bottom: 45px !important; } }

@media screen and (max-width: 1024px) {
  .mb45_tab {
    margin-bottom: 45px !important; } }

@media screen and (min-width: 1025px) {
  .mb45_pc {
    margin-bottom: 45px !important; } }

.mb50 {
  margin-bottom: 50px; }

@media screen and (max-width: 767px) {
  .mb50_sp {
    margin-bottom: 50px !important; } }

@media screen and (max-width: 1024px) {
  .mb50_tab {
    margin-bottom: 50px !important; } }

@media screen and (min-width: 1025px) {
  .mb50_pc {
    margin-bottom: 50px !important; } }

.mb55 {
  margin-bottom: 55px; }

@media screen and (max-width: 767px) {
  .mb55_sp {
    margin-bottom: 55px !important; } }

@media screen and (max-width: 1024px) {
  .mb55_tab {
    margin-bottom: 55px !important; } }

@media screen and (min-width: 1025px) {
  .mb55_pc {
    margin-bottom: 55px !important; } }

.mb60 {
  margin-bottom: 60px; }

@media screen and (max-width: 767px) {
  .mb60_sp {
    margin-bottom: 60px !important; } }

@media screen and (max-width: 1024px) {
  .mb60_tab {
    margin-bottom: 60px !important; } }

@media screen and (min-width: 1025px) {
  .mb60_pc {
    margin-bottom: 60px !important; } }

.mb65 {
  margin-bottom: 65px; }

@media screen and (max-width: 767px) {
  .mb65_sp {
    margin-bottom: 65px !important; } }

@media screen and (max-width: 1024px) {
  .mb65_tab {
    margin-bottom: 65px !important; } }

@media screen and (min-width: 1025px) {
  .mb65_pc {
    margin-bottom: 65px !important; } }

.mb70 {
  margin-bottom: 70px; }

@media screen and (max-width: 767px) {
  .mb70_sp {
    margin-bottom: 70px !important; } }

@media screen and (max-width: 1024px) {
  .mb70_tab {
    margin-bottom: 70px !important; } }

@media screen and (min-width: 1025px) {
  .mb70_pc {
    margin-bottom: 70px !important; } }

.mb75 {
  margin-bottom: 75px; }

@media screen and (max-width: 767px) {
  .mb75_sp {
    margin-bottom: 75px !important; } }

@media screen and (max-width: 1024px) {
  .mb75_tab {
    margin-bottom: 75px !important; } }

@media screen and (min-width: 1025px) {
  .mb75_pc {
    margin-bottom: 75px !important; } }

.mb80 {
  margin-bottom: 80px; }

@media screen and (max-width: 767px) {
  .mb80_sp {
    margin-bottom: 80px !important; } }

@media screen and (max-width: 1024px) {
  .mb80_tab {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 1025px) {
  .mb80_pc {
    margin-bottom: 80px !important; } }

.mb85 {
  margin-bottom: 85px; }

@media screen and (max-width: 767px) {
  .mb85_sp {
    margin-bottom: 85px !important; } }

@media screen and (max-width: 1024px) {
  .mb85_tab {
    margin-bottom: 85px !important; } }

@media screen and (min-width: 1025px) {
  .mb85_pc {
    margin-bottom: 85px !important; } }

.mb90 {
  margin-bottom: 90px; }

@media screen and (max-width: 767px) {
  .mb90_sp {
    margin-bottom: 90px !important; } }

@media screen and (max-width: 1024px) {
  .mb90_tab {
    margin-bottom: 90px !important; } }

@media screen and (min-width: 1025px) {
  .mb90_pc {
    margin-bottom: 90px !important; } }

.mb95 {
  margin-bottom: 95px; }

@media screen and (max-width: 767px) {
  .mb95_sp {
    margin-bottom: 95px !important; } }

@media screen and (max-width: 1024px) {
  .mb95_tab {
    margin-bottom: 95px !important; } }

@media screen and (min-width: 1025px) {
  .mb95_pc {
    margin-bottom: 95px !important; } }

.mb100 {
  margin-bottom: 100px; }

@media screen and (max-width: 767px) {
  .mb100_sp {
    margin-bottom: 100px !important; } }

@media screen and (max-width: 1024px) {
  .mb100_tab {
    margin-bottom: 100px !important; } }

@media screen and (min-width: 1025px) {
  .mb100_pc {
    margin-bottom: 100px !important; } }

/*-------------------------------
          	padding
-------------------------------*/
.p0 {
  padding: 0 0; }

@media screen and (max-width: 767px) {
  .p0_sp {
    padding: 0 0 !important !important; } }

@media screen and (max-width: 1024px) {
  .p0_tab {
    padding: 0 0 !important !important; } }

@media screen and (min-width: 1025px) {
  .p0_pc {
    padding: 0 0 !important !important; } }

.p5 {
  padding: 0 5; }

@media screen and (max-width: 767px) {
  .p5_sp {
    padding: 0 5 !important !important; } }

@media screen and (max-width: 1024px) {
  .p5_tab {
    padding: 0 5 !important !important; } }

@media screen and (min-width: 1025px) {
  .p5_pc {
    padding: 0 5 !important !important; } }

.p10 {
  padding: 0 10; }

@media screen and (max-width: 767px) {
  .p10_sp {
    padding: 0 10 !important !important; } }

@media screen and (max-width: 1024px) {
  .p10_tab {
    padding: 0 10 !important !important; } }

@media screen and (min-width: 1025px) {
  .p10_pc {
    padding: 0 10 !important !important; } }

.p15 {
  padding: 0 15; }

@media screen and (max-width: 767px) {
  .p15_sp {
    padding: 0 15 !important !important; } }

@media screen and (max-width: 1024px) {
  .p15_tab {
    padding: 0 15 !important !important; } }

@media screen and (min-width: 1025px) {
  .p15_pc {
    padding: 0 15 !important !important; } }

.p20 {
  padding: 0 20; }

@media screen and (max-width: 767px) {
  .p20_sp {
    padding: 0 20 !important !important; } }

@media screen and (max-width: 1024px) {
  .p20_tab {
    padding: 0 20 !important !important; } }

@media screen and (min-width: 1025px) {
  .p20_pc {
    padding: 0 20 !important !important; } }

.p25 {
  padding: 0 25; }

@media screen and (max-width: 767px) {
  .p25_sp {
    padding: 0 25 !important !important; } }

@media screen and (max-width: 1024px) {
  .p25_tab {
    padding: 0 25 !important !important; } }

@media screen and (min-width: 1025px) {
  .p25_pc {
    padding: 0 25 !important !important; } }

.p30 {
  padding: 0 30; }

@media screen and (max-width: 767px) {
  .p30_sp {
    padding: 0 30 !important !important; } }

@media screen and (max-width: 1024px) {
  .p30_tab {
    padding: 0 30 !important !important; } }

@media screen and (min-width: 1025px) {
  .p30_pc {
    padding: 0 30 !important !important; } }

.p35 {
  padding: 0 35; }

@media screen and (max-width: 767px) {
  .p35_sp {
    padding: 0 35 !important !important; } }

@media screen and (max-width: 1024px) {
  .p35_tab {
    padding: 0 35 !important !important; } }

@media screen and (min-width: 1025px) {
  .p35_pc {
    padding: 0 35 !important !important; } }

.p40 {
  padding: 0 40; }

@media screen and (max-width: 767px) {
  .p40_sp {
    padding: 0 40 !important !important; } }

@media screen and (max-width: 1024px) {
  .p40_tab {
    padding: 0 40 !important !important; } }

@media screen and (min-width: 1025px) {
  .p40_pc {
    padding: 0 40 !important !important; } }

.p45 {
  padding: 0 45; }

@media screen and (max-width: 767px) {
  .p45_sp {
    padding: 0 45 !important !important; } }

@media screen and (max-width: 1024px) {
  .p45_tab {
    padding: 0 45 !important !important; } }

@media screen and (min-width: 1025px) {
  .p45_pc {
    padding: 0 45 !important !important; } }

.p50 {
  padding: 0 50; }

@media screen and (max-width: 767px) {
  .p50_sp {
    padding: 0 50 !important !important; } }

@media screen and (max-width: 1024px) {
  .p50_tab {
    padding: 0 50 !important !important; } }

@media screen and (min-width: 1025px) {
  .p50_pc {
    padding: 0 50 !important !important; } }

.p55 {
  padding: 0 55; }

@media screen and (max-width: 767px) {
  .p55_sp {
    padding: 0 55 !important !important; } }

@media screen and (max-width: 1024px) {
  .p55_tab {
    padding: 0 55 !important !important; } }

@media screen and (min-width: 1025px) {
  .p55_pc {
    padding: 0 55 !important !important; } }

.p60 {
  padding: 0 60; }

@media screen and (max-width: 767px) {
  .p60_sp {
    padding: 0 60 !important !important; } }

@media screen and (max-width: 1024px) {
  .p60_tab {
    padding: 0 60 !important !important; } }

@media screen and (min-width: 1025px) {
  .p60_pc {
    padding: 0 60 !important !important; } }

.p65 {
  padding: 0 65; }

@media screen and (max-width: 767px) {
  .p65_sp {
    padding: 0 65 !important !important; } }

@media screen and (max-width: 1024px) {
  .p65_tab {
    padding: 0 65 !important !important; } }

@media screen and (min-width: 1025px) {
  .p65_pc {
    padding: 0 65 !important !important; } }

.p70 {
  padding: 0 70; }

@media screen and (max-width: 767px) {
  .p70_sp {
    padding: 0 70 !important !important; } }

@media screen and (max-width: 1024px) {
  .p70_tab {
    padding: 0 70 !important !important; } }

@media screen and (min-width: 1025px) {
  .p70_pc {
    padding: 0 70 !important !important; } }

.p75 {
  padding: 0 75; }

@media screen and (max-width: 767px) {
  .p75_sp {
    padding: 0 75 !important !important; } }

@media screen and (max-width: 1024px) {
  .p75_tab {
    padding: 0 75 !important !important; } }

@media screen and (min-width: 1025px) {
  .p75_pc {
    padding: 0 75 !important !important; } }

.p80 {
  padding: 0 80; }

@media screen and (max-width: 767px) {
  .p80_sp {
    padding: 0 80 !important !important; } }

@media screen and (max-width: 1024px) {
  .p80_tab {
    padding: 0 80 !important !important; } }

@media screen and (min-width: 1025px) {
  .p80_pc {
    padding: 0 80 !important !important; } }

.p85 {
  padding: 0 85; }

@media screen and (max-width: 767px) {
  .p85_sp {
    padding: 0 85 !important !important; } }

@media screen and (max-width: 1024px) {
  .p85_tab {
    padding: 0 85 !important !important; } }

@media screen and (min-width: 1025px) {
  .p85_pc {
    padding: 0 85 !important !important; } }

.p90 {
  padding: 0 90; }

@media screen and (max-width: 767px) {
  .p90_sp {
    padding: 0 90 !important !important; } }

@media screen and (max-width: 1024px) {
  .p90_tab {
    padding: 0 90 !important !important; } }

@media screen and (min-width: 1025px) {
  .p90_pc {
    padding: 0 90 !important !important; } }

.p95 {
  padding: 0 95; }

@media screen and (max-width: 767px) {
  .p95_sp {
    padding: 0 95 !important !important; } }

@media screen and (max-width: 1024px) {
  .p95_tab {
    padding: 0 95 !important !important; } }

@media screen and (min-width: 1025px) {
  .p95_pc {
    padding: 0 95 !important !important; } }

.p100 {
  padding: 0 100; }

@media screen and (max-width: 767px) {
  .p100_sp {
    padding: 0 100 !important !important; } }

@media screen and (max-width: 1024px) {
  .p100_tab {
    padding: 0 100 !important !important; } }

@media screen and (min-width: 1025px) {
  .p100_pc {
    padding: 0 100 !important !important; } }

.pt0 {
  padding-top: 0px; }

@media screen and (max-width: 767px) {
  .pt0_sp {
    padding-top: 0px !important; } }

@media screen and (max-width: 1024px) {
  .pt0_tab {
    padding-top: 0px !important; } }

@media screen and (min-width: 1025px) {
  .pt0_pc {
    padding-top: 0px !important; } }

.pt5 {
  padding-top: 5px; }

@media screen and (max-width: 767px) {
  .pt5_sp {
    padding-top: 5px !important; } }

@media screen and (max-width: 1024px) {
  .pt5_tab {
    padding-top: 5px !important; } }

@media screen and (min-width: 1025px) {
  .pt5_pc {
    padding-top: 5px !important; } }

.pt10 {
  padding-top: 10px; }

@media screen and (max-width: 767px) {
  .pt10_sp {
    padding-top: 10px !important; } }

@media screen and (max-width: 1024px) {
  .pt10_tab {
    padding-top: 10px !important; } }

@media screen and (min-width: 1025px) {
  .pt10_pc {
    padding-top: 10px !important; } }

.pt15 {
  padding-top: 15px; }

@media screen and (max-width: 767px) {
  .pt15_sp {
    padding-top: 15px !important; } }

@media screen and (max-width: 1024px) {
  .pt15_tab {
    padding-top: 15px !important; } }

@media screen and (min-width: 1025px) {
  .pt15_pc {
    padding-top: 15px !important; } }

.pt20 {
  padding-top: 20px; }

@media screen and (max-width: 767px) {
  .pt20_sp {
    padding-top: 20px !important; } }

@media screen and (max-width: 1024px) {
  .pt20_tab {
    padding-top: 20px !important; } }

@media screen and (min-width: 1025px) {
  .pt20_pc {
    padding-top: 20px !important; } }

.pt25 {
  padding-top: 25px; }

@media screen and (max-width: 767px) {
  .pt25_sp {
    padding-top: 25px !important; } }

@media screen and (max-width: 1024px) {
  .pt25_tab {
    padding-top: 25px !important; } }

@media screen and (min-width: 1025px) {
  .pt25_pc {
    padding-top: 25px !important; } }

.pt30 {
  padding-top: 30px; }

@media screen and (max-width: 767px) {
  .pt30_sp {
    padding-top: 30px !important; } }

@media screen and (max-width: 1024px) {
  .pt30_tab {
    padding-top: 30px !important; } }

@media screen and (min-width: 1025px) {
  .pt30_pc {
    padding-top: 30px !important; } }

.pt35 {
  padding-top: 35px; }

@media screen and (max-width: 767px) {
  .pt35_sp {
    padding-top: 35px !important; } }

@media screen and (max-width: 1024px) {
  .pt35_tab {
    padding-top: 35px !important; } }

@media screen and (min-width: 1025px) {
  .pt35_pc {
    padding-top: 35px !important; } }

.pt40 {
  padding-top: 40px; }

@media screen and (max-width: 767px) {
  .pt40_sp {
    padding-top: 40px !important; } }

@media screen and (max-width: 1024px) {
  .pt40_tab {
    padding-top: 40px !important; } }

@media screen and (min-width: 1025px) {
  .pt40_pc {
    padding-top: 40px !important; } }

.pt45 {
  padding-top: 45px; }

@media screen and (max-width: 767px) {
  .pt45_sp {
    padding-top: 45px !important; } }

@media screen and (max-width: 1024px) {
  .pt45_tab {
    padding-top: 45px !important; } }

@media screen and (min-width: 1025px) {
  .pt45_pc {
    padding-top: 45px !important; } }

.pt50 {
  padding-top: 50px; }

@media screen and (max-width: 767px) {
  .pt50_sp {
    padding-top: 50px !important; } }

@media screen and (max-width: 1024px) {
  .pt50_tab {
    padding-top: 50px !important; } }

@media screen and (min-width: 1025px) {
  .pt50_pc {
    padding-top: 50px !important; } }

.pt55 {
  padding-top: 55px; }

@media screen and (max-width: 767px) {
  .pt55_sp {
    padding-top: 55px !important; } }

@media screen and (max-width: 1024px) {
  .pt55_tab {
    padding-top: 55px !important; } }

@media screen and (min-width: 1025px) {
  .pt55_pc {
    padding-top: 55px !important; } }

.pt60 {
  padding-top: 60px; }

@media screen and (max-width: 767px) {
  .pt60_sp {
    padding-top: 60px !important; } }

@media screen and (max-width: 1024px) {
  .pt60_tab {
    padding-top: 60px !important; } }

@media screen and (min-width: 1025px) {
  .pt60_pc {
    padding-top: 60px !important; } }

.pt65 {
  padding-top: 65px; }

@media screen and (max-width: 767px) {
  .pt65_sp {
    padding-top: 65px !important; } }

@media screen and (max-width: 1024px) {
  .pt65_tab {
    padding-top: 65px !important; } }

@media screen and (min-width: 1025px) {
  .pt65_pc {
    padding-top: 65px !important; } }

.pt70 {
  padding-top: 70px; }

@media screen and (max-width: 767px) {
  .pt70_sp {
    padding-top: 70px !important; } }

@media screen and (max-width: 1024px) {
  .pt70_tab {
    padding-top: 70px !important; } }

@media screen and (min-width: 1025px) {
  .pt70_pc {
    padding-top: 70px !important; } }

.pt75 {
  padding-top: 75px; }

@media screen and (max-width: 767px) {
  .pt75_sp {
    padding-top: 75px !important; } }

@media screen and (max-width: 1024px) {
  .pt75_tab {
    padding-top: 75px !important; } }

@media screen and (min-width: 1025px) {
  .pt75_pc {
    padding-top: 75px !important; } }

.pt80 {
  padding-top: 80px; }

@media screen and (max-width: 767px) {
  .pt80_sp {
    padding-top: 80px !important; } }

@media screen and (max-width: 1024px) {
  .pt80_tab {
    padding-top: 80px !important; } }

@media screen and (min-width: 1025px) {
  .pt80_pc {
    padding-top: 80px !important; } }

.pt85 {
  padding-top: 85px; }

@media screen and (max-width: 767px) {
  .pt85_sp {
    padding-top: 85px !important; } }

@media screen and (max-width: 1024px) {
  .pt85_tab {
    padding-top: 85px !important; } }

@media screen and (min-width: 1025px) {
  .pt85_pc {
    padding-top: 85px !important; } }

.pt90 {
  padding-top: 90px; }

@media screen and (max-width: 767px) {
  .pt90_sp {
    padding-top: 90px !important; } }

@media screen and (max-width: 1024px) {
  .pt90_tab {
    padding-top: 90px !important; } }

@media screen and (min-width: 1025px) {
  .pt90_pc {
    padding-top: 90px !important; } }

.pt95 {
  padding-top: 95px; }

@media screen and (max-width: 767px) {
  .pt95_sp {
    padding-top: 95px !important; } }

@media screen and (max-width: 1024px) {
  .pt95_tab {
    padding-top: 95px !important; } }

@media screen and (min-width: 1025px) {
  .pt95_pc {
    padding-top: 95px !important; } }

.pt100 {
  padding-top: 100px; }

@media screen and (max-width: 767px) {
  .pt100_sp {
    padding-top: 100px !important; } }

@media screen and (max-width: 1024px) {
  .pt100_tab {
    padding-top: 100px !important; } }

@media screen and (min-width: 1025px) {
  .pt100_pc {
    padding-top: 100px !important; } }

.pl0 {
  padding-left: 0px; }

@media screen and (max-width: 767px) {
  .pl0_sp {
    padding-left: 0px !important; } }

@media screen and (max-width: 1024px) {
  .pl0_tab {
    padding-left: 0px !important; } }

@media screen and (min-width: 1025px) {
  .pl0_pc {
    padding-left: 0px !important; } }

.pl5 {
  padding-left: 5px; }

@media screen and (max-width: 767px) {
  .pl5_sp {
    padding-left: 5px !important; } }

@media screen and (max-width: 1024px) {
  .pl5_tab {
    padding-left: 5px !important; } }

@media screen and (min-width: 1025px) {
  .pl5_pc {
    padding-left: 5px !important; } }

.pl10 {
  padding-left: 10px; }

@media screen and (max-width: 767px) {
  .pl10_sp {
    padding-left: 10px !important; } }

@media screen and (max-width: 1024px) {
  .pl10_tab {
    padding-left: 10px !important; } }

@media screen and (min-width: 1025px) {
  .pl10_pc {
    padding-left: 10px !important; } }

.pl15 {
  padding-left: 15px; }

@media screen and (max-width: 767px) {
  .pl15_sp {
    padding-left: 15px !important; } }

@media screen and (max-width: 1024px) {
  .pl15_tab {
    padding-left: 15px !important; } }

@media screen and (min-width: 1025px) {
  .pl15_pc {
    padding-left: 15px !important; } }

.pl20 {
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .pl20_sp {
    padding-left: 20px !important; } }

@media screen and (max-width: 1024px) {
  .pl20_tab {
    padding-left: 20px !important; } }

@media screen and (min-width: 1025px) {
  .pl20_pc {
    padding-left: 20px !important; } }

.pl25 {
  padding-left: 25px; }

@media screen and (max-width: 767px) {
  .pl25_sp {
    padding-left: 25px !important; } }

@media screen and (max-width: 1024px) {
  .pl25_tab {
    padding-left: 25px !important; } }

@media screen and (min-width: 1025px) {
  .pl25_pc {
    padding-left: 25px !important; } }

.pl30 {
  padding-left: 30px; }

@media screen and (max-width: 767px) {
  .pl30_sp {
    padding-left: 30px !important; } }

@media screen and (max-width: 1024px) {
  .pl30_tab {
    padding-left: 30px !important; } }

@media screen and (min-width: 1025px) {
  .pl30_pc {
    padding-left: 30px !important; } }

.pl35 {
  padding-left: 35px; }

@media screen and (max-width: 767px) {
  .pl35_sp {
    padding-left: 35px !important; } }

@media screen and (max-width: 1024px) {
  .pl35_tab {
    padding-left: 35px !important; } }

@media screen and (min-width: 1025px) {
  .pl35_pc {
    padding-left: 35px !important; } }

.pl40 {
  padding-left: 40px; }

@media screen and (max-width: 767px) {
  .pl40_sp {
    padding-left: 40px !important; } }

@media screen and (max-width: 1024px) {
  .pl40_tab {
    padding-left: 40px !important; } }

@media screen and (min-width: 1025px) {
  .pl40_pc {
    padding-left: 40px !important; } }

.pl45 {
  padding-left: 45px; }

@media screen and (max-width: 767px) {
  .pl45_sp {
    padding-left: 45px !important; } }

@media screen and (max-width: 1024px) {
  .pl45_tab {
    padding-left: 45px !important; } }

@media screen and (min-width: 1025px) {
  .pl45_pc {
    padding-left: 45px !important; } }

.pl50 {
  padding-left: 50px; }

@media screen and (max-width: 767px) {
  .pl50_sp {
    padding-left: 50px !important; } }

@media screen and (max-width: 1024px) {
  .pl50_tab {
    padding-left: 50px !important; } }

@media screen and (min-width: 1025px) {
  .pl50_pc {
    padding-left: 50px !important; } }

.pl55 {
  padding-left: 55px; }

@media screen and (max-width: 767px) {
  .pl55_sp {
    padding-left: 55px !important; } }

@media screen and (max-width: 1024px) {
  .pl55_tab {
    padding-left: 55px !important; } }

@media screen and (min-width: 1025px) {
  .pl55_pc {
    padding-left: 55px !important; } }

.pl60 {
  padding-left: 60px; }

@media screen and (max-width: 767px) {
  .pl60_sp {
    padding-left: 60px !important; } }

@media screen and (max-width: 1024px) {
  .pl60_tab {
    padding-left: 60px !important; } }

@media screen and (min-width: 1025px) {
  .pl60_pc {
    padding-left: 60px !important; } }

.pl65 {
  padding-left: 65px; }

@media screen and (max-width: 767px) {
  .pl65_sp {
    padding-left: 65px !important; } }

@media screen and (max-width: 1024px) {
  .pl65_tab {
    padding-left: 65px !important; } }

@media screen and (min-width: 1025px) {
  .pl65_pc {
    padding-left: 65px !important; } }

.pl70 {
  padding-left: 70px; }

@media screen and (max-width: 767px) {
  .pl70_sp {
    padding-left: 70px !important; } }

@media screen and (max-width: 1024px) {
  .pl70_tab {
    padding-left: 70px !important; } }

@media screen and (min-width: 1025px) {
  .pl70_pc {
    padding-left: 70px !important; } }

.pl75 {
  padding-left: 75px; }

@media screen and (max-width: 767px) {
  .pl75_sp {
    padding-left: 75px !important; } }

@media screen and (max-width: 1024px) {
  .pl75_tab {
    padding-left: 75px !important; } }

@media screen and (min-width: 1025px) {
  .pl75_pc {
    padding-left: 75px !important; } }

.pl80 {
  padding-left: 80px; }

@media screen and (max-width: 767px) {
  .pl80_sp {
    padding-left: 80px !important; } }

@media screen and (max-width: 1024px) {
  .pl80_tab {
    padding-left: 80px !important; } }

@media screen and (min-width: 1025px) {
  .pl80_pc {
    padding-left: 80px !important; } }

.pl85 {
  padding-left: 85px; }

@media screen and (max-width: 767px) {
  .pl85_sp {
    padding-left: 85px !important; } }

@media screen and (max-width: 1024px) {
  .pl85_tab {
    padding-left: 85px !important; } }

@media screen and (min-width: 1025px) {
  .pl85_pc {
    padding-left: 85px !important; } }

.pl90 {
  padding-left: 90px; }

@media screen and (max-width: 767px) {
  .pl90_sp {
    padding-left: 90px !important; } }

@media screen and (max-width: 1024px) {
  .pl90_tab {
    padding-left: 90px !important; } }

@media screen and (min-width: 1025px) {
  .pl90_pc {
    padding-left: 90px !important; } }

.pl95 {
  padding-left: 95px; }

@media screen and (max-width: 767px) {
  .pl95_sp {
    padding-left: 95px !important; } }

@media screen and (max-width: 1024px) {
  .pl95_tab {
    padding-left: 95px !important; } }

@media screen and (min-width: 1025px) {
  .pl95_pc {
    padding-left: 95px !important; } }

.pl100 {
  padding-left: 100px; }

@media screen and (max-width: 767px) {
  .pl100_sp {
    padding-left: 100px !important; } }

@media screen and (max-width: 1024px) {
  .pl100_tab {
    padding-left: 100px !important; } }

@media screen and (min-width: 1025px) {
  .pl100_pc {
    padding-left: 100px !important; } }

.pb0 {
  padding-bottom: 0px; }

@media screen and (max-width: 767px) {
  .pb0_sp {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 1024px) {
  .pb0_tab {
    padding-bottom: 0px !important; } }

@media screen and (min-width: 1025px) {
  .pb0_pc {
    padding-bottom: 0px !important; } }

.pb5 {
  padding-bottom: 5px; }

@media screen and (max-width: 767px) {
  .pb5_sp {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 1024px) {
  .pb5_tab {
    padding-bottom: 5px !important; } }

@media screen and (min-width: 1025px) {
  .pb5_pc {
    padding-bottom: 5px !important; } }

.pb10 {
  padding-bottom: 10px; }

@media screen and (max-width: 767px) {
  .pb10_sp {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 1024px) {
  .pb10_tab {
    padding-bottom: 10px !important; } }

@media screen and (min-width: 1025px) {
  .pb10_pc {
    padding-bottom: 10px !important; } }

.pb15 {
  padding-bottom: 15px; }

@media screen and (max-width: 767px) {
  .pb15_sp {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 1024px) {
  .pb15_tab {
    padding-bottom: 15px !important; } }

@media screen and (min-width: 1025px) {
  .pb15_pc {
    padding-bottom: 15px !important; } }

.pb20 {
  padding-bottom: 20px; }

@media screen and (max-width: 767px) {
  .pb20_sp {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 1024px) {
  .pb20_tab {
    padding-bottom: 20px !important; } }

@media screen and (min-width: 1025px) {
  .pb20_pc {
    padding-bottom: 20px !important; } }

.pb25 {
  padding-bottom: 25px; }

@media screen and (max-width: 767px) {
  .pb25_sp {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 1024px) {
  .pb25_tab {
    padding-bottom: 25px !important; } }

@media screen and (min-width: 1025px) {
  .pb25_pc {
    padding-bottom: 25px !important; } }

.pb30 {
  padding-bottom: 30px; }

@media screen and (max-width: 767px) {
  .pb30_sp {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 1024px) {
  .pb30_tab {
    padding-bottom: 30px !important; } }

@media screen and (min-width: 1025px) {
  .pb30_pc {
    padding-bottom: 30px !important; } }

.pb35 {
  padding-bottom: 35px; }

@media screen and (max-width: 767px) {
  .pb35_sp {
    padding-bottom: 35px !important; } }

@media screen and (max-width: 1024px) {
  .pb35_tab {
    padding-bottom: 35px !important; } }

@media screen and (min-width: 1025px) {
  .pb35_pc {
    padding-bottom: 35px !important; } }

.pb40 {
  padding-bottom: 40px; }

@media screen and (max-width: 767px) {
  .pb40_sp {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 1024px) {
  .pb40_tab {
    padding-bottom: 40px !important; } }

@media screen and (min-width: 1025px) {
  .pb40_pc {
    padding-bottom: 40px !important; } }

.pb45 {
  padding-bottom: 45px; }

@media screen and (max-width: 767px) {
  .pb45_sp {
    padding-bottom: 45px !important; } }

@media screen and (max-width: 1024px) {
  .pb45_tab {
    padding-bottom: 45px !important; } }

@media screen and (min-width: 1025px) {
  .pb45_pc {
    padding-bottom: 45px !important; } }

.pb50 {
  padding-bottom: 50px; }

@media screen and (max-width: 767px) {
  .pb50_sp {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 1024px) {
  .pb50_tab {
    padding-bottom: 50px !important; } }

@media screen and (min-width: 1025px) {
  .pb50_pc {
    padding-bottom: 50px !important; } }

.pb55 {
  padding-bottom: 55px; }

@media screen and (max-width: 767px) {
  .pb55_sp {
    padding-bottom: 55px !important; } }

@media screen and (max-width: 1024px) {
  .pb55_tab {
    padding-bottom: 55px !important; } }

@media screen and (min-width: 1025px) {
  .pb55_pc {
    padding-bottom: 55px !important; } }

.pb60 {
  padding-bottom: 60px; }

@media screen and (max-width: 767px) {
  .pb60_sp {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 1024px) {
  .pb60_tab {
    padding-bottom: 60px !important; } }

@media screen and (min-width: 1025px) {
  .pb60_pc {
    padding-bottom: 60px !important; } }

.pb65 {
  padding-bottom: 65px; }

@media screen and (max-width: 767px) {
  .pb65_sp {
    padding-bottom: 65px !important; } }

@media screen and (max-width: 1024px) {
  .pb65_tab {
    padding-bottom: 65px !important; } }

@media screen and (min-width: 1025px) {
  .pb65_pc {
    padding-bottom: 65px !important; } }

.pb70 {
  padding-bottom: 70px; }

@media screen and (max-width: 767px) {
  .pb70_sp {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 1024px) {
  .pb70_tab {
    padding-bottom: 70px !important; } }

@media screen and (min-width: 1025px) {
  .pb70_pc {
    padding-bottom: 70px !important; } }

.pb75 {
  padding-bottom: 75px; }

@media screen and (max-width: 767px) {
  .pb75_sp {
    padding-bottom: 75px !important; } }

@media screen and (max-width: 1024px) {
  .pb75_tab {
    padding-bottom: 75px !important; } }

@media screen and (min-width: 1025px) {
  .pb75_pc {
    padding-bottom: 75px !important; } }

.pb80 {
  padding-bottom: 80px; }

@media screen and (max-width: 767px) {
  .pb80_sp {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 1024px) {
  .pb80_tab {
    padding-bottom: 80px !important; } }

@media screen and (min-width: 1025px) {
  .pb80_pc {
    padding-bottom: 80px !important; } }

.pb85 {
  padding-bottom: 85px; }

@media screen and (max-width: 767px) {
  .pb85_sp {
    padding-bottom: 85px !important; } }

@media screen and (max-width: 1024px) {
  .pb85_tab {
    padding-bottom: 85px !important; } }

@media screen and (min-width: 1025px) {
  .pb85_pc {
    padding-bottom: 85px !important; } }

.pb90 {
  padding-bottom: 90px; }

@media screen and (max-width: 767px) {
  .pb90_sp {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 1024px) {
  .pb90_tab {
    padding-bottom: 90px !important; } }

@media screen and (min-width: 1025px) {
  .pb90_pc {
    padding-bottom: 90px !important; } }

.pb95 {
  padding-bottom: 95px; }

@media screen and (max-width: 767px) {
  .pb95_sp {
    padding-bottom: 95px !important; } }

@media screen and (max-width: 1024px) {
  .pb95_tab {
    padding-bottom: 95px !important; } }

@media screen and (min-width: 1025px) {
  .pb95_pc {
    padding-bottom: 95px !important; } }

.pb100 {
  padding-bottom: 100px; }

@media screen and (max-width: 767px) {
  .pb100_sp {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 1024px) {
  .pb100_tab {
    padding-bottom: 100px !important; } }

@media screen and (min-width: 1025px) {
  .pb100_pc {
    padding-bottom: 100px !important; } }

.pr0 {
  padding-right: 0px; }

@media screen and (max-width: 767px) {
  .pr0_sp {
    padding-right: 0px !important; } }

@media screen and (max-width: 1024px) {
  .pr0_tab {
    padding-right: 0px !important; } }

@media screen and (min-width: 1025px) {
  .pr0_pc {
    padding-right: 0px !important; } }

.pr5 {
  padding-right: 5px; }

@media screen and (max-width: 767px) {
  .pr5_sp {
    padding-right: 5px !important; } }

@media screen and (max-width: 1024px) {
  .pr5_tab {
    padding-right: 5px !important; } }

@media screen and (min-width: 1025px) {
  .pr5_pc {
    padding-right: 5px !important; } }

.pr10 {
  padding-right: 10px; }

@media screen and (max-width: 767px) {
  .pr10_sp {
    padding-right: 10px !important; } }

@media screen and (max-width: 1024px) {
  .pr10_tab {
    padding-right: 10px !important; } }

@media screen and (min-width: 1025px) {
  .pr10_pc {
    padding-right: 10px !important; } }

.pr15 {
  padding-right: 15px; }

@media screen and (max-width: 767px) {
  .pr15_sp {
    padding-right: 15px !important; } }

@media screen and (max-width: 1024px) {
  .pr15_tab {
    padding-right: 15px !important; } }

@media screen and (min-width: 1025px) {
  .pr15_pc {
    padding-right: 15px !important; } }

.pr20 {
  padding-right: 20px; }

@media screen and (max-width: 767px) {
  .pr20_sp {
    padding-right: 20px !important; } }

@media screen and (max-width: 1024px) {
  .pr20_tab {
    padding-right: 20px !important; } }

@media screen and (min-width: 1025px) {
  .pr20_pc {
    padding-right: 20px !important; } }

.pr25 {
  padding-right: 25px; }

@media screen and (max-width: 767px) {
  .pr25_sp {
    padding-right: 25px !important; } }

@media screen and (max-width: 1024px) {
  .pr25_tab {
    padding-right: 25px !important; } }

@media screen and (min-width: 1025px) {
  .pr25_pc {
    padding-right: 25px !important; } }

.pr30 {
  padding-right: 30px; }

@media screen and (max-width: 767px) {
  .pr30_sp {
    padding-right: 30px !important; } }

@media screen and (max-width: 1024px) {
  .pr30_tab {
    padding-right: 30px !important; } }

@media screen and (min-width: 1025px) {
  .pr30_pc {
    padding-right: 30px !important; } }

.pr35 {
  padding-right: 35px; }

@media screen and (max-width: 767px) {
  .pr35_sp {
    padding-right: 35px !important; } }

@media screen and (max-width: 1024px) {
  .pr35_tab {
    padding-right: 35px !important; } }

@media screen and (min-width: 1025px) {
  .pr35_pc {
    padding-right: 35px !important; } }

.pr40 {
  padding-right: 40px; }

@media screen and (max-width: 767px) {
  .pr40_sp {
    padding-right: 40px !important; } }

@media screen and (max-width: 1024px) {
  .pr40_tab {
    padding-right: 40px !important; } }

@media screen and (min-width: 1025px) {
  .pr40_pc {
    padding-right: 40px !important; } }

.pr45 {
  padding-right: 45px; }

@media screen and (max-width: 767px) {
  .pr45_sp {
    padding-right: 45px !important; } }

@media screen and (max-width: 1024px) {
  .pr45_tab {
    padding-right: 45px !important; } }

@media screen and (min-width: 1025px) {
  .pr45_pc {
    padding-right: 45px !important; } }

.pr50 {
  padding-right: 50px; }

@media screen and (max-width: 767px) {
  .pr50_sp {
    padding-right: 50px !important; } }

@media screen and (max-width: 1024px) {
  .pr50_tab {
    padding-right: 50px !important; } }

@media screen and (min-width: 1025px) {
  .pr50_pc {
    padding-right: 50px !important; } }

.pr55 {
  padding-right: 55px; }

@media screen and (max-width: 767px) {
  .pr55_sp {
    padding-right: 55px !important; } }

@media screen and (max-width: 1024px) {
  .pr55_tab {
    padding-right: 55px !important; } }

@media screen and (min-width: 1025px) {
  .pr55_pc {
    padding-right: 55px !important; } }

.pr60 {
  padding-right: 60px; }

@media screen and (max-width: 767px) {
  .pr60_sp {
    padding-right: 60px !important; } }

@media screen and (max-width: 1024px) {
  .pr60_tab {
    padding-right: 60px !important; } }

@media screen and (min-width: 1025px) {
  .pr60_pc {
    padding-right: 60px !important; } }

.pr65 {
  padding-right: 65px; }

@media screen and (max-width: 767px) {
  .pr65_sp {
    padding-right: 65px !important; } }

@media screen and (max-width: 1024px) {
  .pr65_tab {
    padding-right: 65px !important; } }

@media screen and (min-width: 1025px) {
  .pr65_pc {
    padding-right: 65px !important; } }

.pr70 {
  padding-right: 70px; }

@media screen and (max-width: 767px) {
  .pr70_sp {
    padding-right: 70px !important; } }

@media screen and (max-width: 1024px) {
  .pr70_tab {
    padding-right: 70px !important; } }

@media screen and (min-width: 1025px) {
  .pr70_pc {
    padding-right: 70px !important; } }

.pr75 {
  padding-right: 75px; }

@media screen and (max-width: 767px) {
  .pr75_sp {
    padding-right: 75px !important; } }

@media screen and (max-width: 1024px) {
  .pr75_tab {
    padding-right: 75px !important; } }

@media screen and (min-width: 1025px) {
  .pr75_pc {
    padding-right: 75px !important; } }

.pr80 {
  padding-right: 80px; }

@media screen and (max-width: 767px) {
  .pr80_sp {
    padding-right: 80px !important; } }

@media screen and (max-width: 1024px) {
  .pr80_tab {
    padding-right: 80px !important; } }

@media screen and (min-width: 1025px) {
  .pr80_pc {
    padding-right: 80px !important; } }

.pr85 {
  padding-right: 85px; }

@media screen and (max-width: 767px) {
  .pr85_sp {
    padding-right: 85px !important; } }

@media screen and (max-width: 1024px) {
  .pr85_tab {
    padding-right: 85px !important; } }

@media screen and (min-width: 1025px) {
  .pr85_pc {
    padding-right: 85px !important; } }

.pr90 {
  padding-right: 90px; }

@media screen and (max-width: 767px) {
  .pr90_sp {
    padding-right: 90px !important; } }

@media screen and (max-width: 1024px) {
  .pr90_tab {
    padding-right: 90px !important; } }

@media screen and (min-width: 1025px) {
  .pr90_pc {
    padding-right: 90px !important; } }

.pr95 {
  padding-right: 95px; }

@media screen and (max-width: 767px) {
  .pr95_sp {
    padding-right: 95px !important; } }

@media screen and (max-width: 1024px) {
  .pr95_tab {
    padding-right: 95px !important; } }

@media screen and (min-width: 1025px) {
  .pr95_pc {
    padding-right: 95px !important; } }

.pr100 {
  padding-right: 100px; }

@media screen and (max-width: 767px) {
  .pr100_sp {
    padding-right: 100px !important; } }

@media screen and (max-width: 1024px) {
  .pr100_tab {
    padding-right: 100px !important; } }

@media screen and (min-width: 1025px) {
  .pr100_pc {
    padding-right: 100px !important; } }

/*-------------------------------
          	inner wrapper
-------------------------------*/
#wrapper {
  position: relative; }

.inner1 {
  width: 1920px;
  max-width: 90%;
  margin: auto; }
  .inner1.inner_100 {
    max-width: 100%; }

.inner2 {
  width: 1280px;
  max-width: 90%;
  margin: auto; }
  .inner2.inner_100 {
    max-width: 100%; }

.inner3 {
  width: 1080px;
  max-width: 90%;
  margin: auto; }
  .inner3.inner_100 {
    max-width: 100%; }

.inner4 {
  width: 875px;
  max-width: 90%;
  margin: auto; }
  .inner4.inner_100 {
    max-width: 100%; }

/*-------------------------------
          	color カラー
-------------------------------*/
.black {
  color: #4D4D4D; }

.brown {
  color: #231815; }

.red {
  color: #ff0000; }

.blue {
  color: #657698; }

.orange {
  color: #EBB00E; }

.white {
  color: #fff !important; }

/*-------------------------------
          	background-color 背景カラー
-------------------------------*/
.bg_blue {
  background: #657698; }

.bg_brown {
  background: #231815; }

.bg_white {
  background: #fff; }

.bg_red {
  background: #ff0000; }

/*-------------------------------
          	border ボーダーカラー
-------------------------------*/
.bd_blue {
  border: 1px solid #657698; }

/*-------------------------------
          	a リンク
-------------------------------*/
a {
  opacity: 1;
  color: #4D4D4D;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease; }
  a:hover {
    opacity: 0.7; }

/*-------------------------------
          	表示非表示
-------------------------------*/
@media screen and (min-width: 1025px) {
  .pc_none {
    display: none; } }

@media screen and (max-width: 1024px) {
  .pc_none {
    display: block; } }

@media screen and (max-width: 767px) {
  .pc_none {
    display: block; } }

@media screen and (min-width: 1025px) {
  .tab_none {
    display: block; } }

@media screen and (max-width: 767px) {
  .tab_none {
    display: block; } }

@media screen and (max-width: 1024px) {
  .tab_none {
    display: none; } }

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block; } }

@media screen and (max-width: 1024px) {
  .sp_none {
    display: block; } }

@media screen and (max-width: 767px) {
  .sp_none {
    display: none; } }

@media screen and (min-width: 1025px) {
  .sp_disp {
    display: none; } }

@media screen and (max-width: 1024px) {
  .sp_disp {
    display: none; } }

@media screen and (max-width: 767px) {
  .sp_disp {
    display: block; } }

@media screen and (min-width: 1025px) {
  .pc_disp {
    display: block; } }

@media screen and (max-width: 1024px) {
  .pc_disp {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc_disp {
    display: none; } }

/*-------------------------------
          	width
-------------------------------*/
.w0 {
  width: 0%; }

@media screen and (max-width: 767px) {
  .w0_sp {
    width: 0; } }

@media screen and (max-width: 1024px) {
  .w0_tab {
    width: 0; } }

@media screen and (min-width: 1025px) {
  .w0_pc {
    width: 0; } }

.w5 {
  width: 5%; }

@media screen and (max-width: 767px) {
  .w5_sp {
    width: 5; } }

@media screen and (max-width: 1024px) {
  .w5_tab {
    width: 5; } }

@media screen and (min-width: 1025px) {
  .w5_pc {
    width: 5; } }

.w10 {
  width: 10%; }

@media screen and (max-width: 767px) {
  .w10_sp {
    width: 10; } }

@media screen and (max-width: 1024px) {
  .w10_tab {
    width: 10; } }

@media screen and (min-width: 1025px) {
  .w10_pc {
    width: 10; } }

.w15 {
  width: 15%; }

@media screen and (max-width: 767px) {
  .w15_sp {
    width: 15; } }

@media screen and (max-width: 1024px) {
  .w15_tab {
    width: 15; } }

@media screen and (min-width: 1025px) {
  .w15_pc {
    width: 15; } }

.w20 {
  width: 20%; }

@media screen and (max-width: 767px) {
  .w20_sp {
    width: 20; } }

@media screen and (max-width: 1024px) {
  .w20_tab {
    width: 20; } }

@media screen and (min-width: 1025px) {
  .w20_pc {
    width: 20; } }

.w25 {
  width: 25%; }

@media screen and (max-width: 767px) {
  .w25_sp {
    width: 25; } }

@media screen and (max-width: 1024px) {
  .w25_tab {
    width: 25; } }

@media screen and (min-width: 1025px) {
  .w25_pc {
    width: 25; } }

.w30 {
  width: 30%; }

@media screen and (max-width: 767px) {
  .w30_sp {
    width: 30; } }

@media screen and (max-width: 1024px) {
  .w30_tab {
    width: 30; } }

@media screen and (min-width: 1025px) {
  .w30_pc {
    width: 30; } }

.w35 {
  width: 35%; }

@media screen and (max-width: 767px) {
  .w35_sp {
    width: 35; } }

@media screen and (max-width: 1024px) {
  .w35_tab {
    width: 35; } }

@media screen and (min-width: 1025px) {
  .w35_pc {
    width: 35; } }

.w40 {
  width: 40%; }

@media screen and (max-width: 767px) {
  .w40_sp {
    width: 40; } }

@media screen and (max-width: 1024px) {
  .w40_tab {
    width: 40; } }

@media screen and (min-width: 1025px) {
  .w40_pc {
    width: 40; } }

.w45 {
  width: 45%; }

@media screen and (max-width: 767px) {
  .w45_sp {
    width: 45; } }

@media screen and (max-width: 1024px) {
  .w45_tab {
    width: 45; } }

@media screen and (min-width: 1025px) {
  .w45_pc {
    width: 45; } }

.w50 {
  width: 50%; }

@media screen and (max-width: 767px) {
  .w50_sp {
    width: 50; } }

@media screen and (max-width: 1024px) {
  .w50_tab {
    width: 50; } }

@media screen and (min-width: 1025px) {
  .w50_pc {
    width: 50; } }

.w55 {
  width: 55%; }

@media screen and (max-width: 767px) {
  .w55_sp {
    width: 55; } }

@media screen and (max-width: 1024px) {
  .w55_tab {
    width: 55; } }

@media screen and (min-width: 1025px) {
  .w55_pc {
    width: 55; } }

.w60 {
  width: 60%; }

@media screen and (max-width: 767px) {
  .w60_sp {
    width: 60; } }

@media screen and (max-width: 1024px) {
  .w60_tab {
    width: 60; } }

@media screen and (min-width: 1025px) {
  .w60_pc {
    width: 60; } }

.w65 {
  width: 65%; }

@media screen and (max-width: 767px) {
  .w65_sp {
    width: 65; } }

@media screen and (max-width: 1024px) {
  .w65_tab {
    width: 65; } }

@media screen and (min-width: 1025px) {
  .w65_pc {
    width: 65; } }

.w70 {
  width: 70%; }

@media screen and (max-width: 767px) {
  .w70_sp {
    width: 70; } }

@media screen and (max-width: 1024px) {
  .w70_tab {
    width: 70; } }

@media screen and (min-width: 1025px) {
  .w70_pc {
    width: 70; } }

.w75 {
  width: 75%; }

@media screen and (max-width: 767px) {
  .w75_sp {
    width: 75; } }

@media screen and (max-width: 1024px) {
  .w75_tab {
    width: 75; } }

@media screen and (min-width: 1025px) {
  .w75_pc {
    width: 75; } }

.w80 {
  width: 80%; }

@media screen and (max-width: 767px) {
  .w80_sp {
    width: 80; } }

@media screen and (max-width: 1024px) {
  .w80_tab {
    width: 80; } }

@media screen and (min-width: 1025px) {
  .w80_pc {
    width: 80; } }

.w85 {
  width: 85%; }

@media screen and (max-width: 767px) {
  .w85_sp {
    width: 85; } }

@media screen and (max-width: 1024px) {
  .w85_tab {
    width: 85; } }

@media screen and (min-width: 1025px) {
  .w85_pc {
    width: 85; } }

.w90 {
  width: 90%; }

@media screen and (max-width: 767px) {
  .w90_sp {
    width: 90; } }

@media screen and (max-width: 1024px) {
  .w90_tab {
    width: 90; } }

@media screen and (min-width: 1025px) {
  .w90_pc {
    width: 90; } }

.w95 {
  width: 95%; }

@media screen and (max-width: 767px) {
  .w95_sp {
    width: 95; } }

@media screen and (max-width: 1024px) {
  .w95_tab {
    width: 95; } }

@media screen and (min-width: 1025px) {
  .w95_pc {
    width: 95; } }

.w100 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .w100_sp {
    width: 100; } }

@media screen and (max-width: 1024px) {
  .w100_tab {
    width: 100; } }

@media screen and (min-width: 1025px) {
  .w100_pc {
    width: 100; } }

/*-------------------------------
          	float
-------------------------------*/
.fl {
  float: left; }

.fr {
  float: right; }

/*-------------------------------
          	clear
-------------------------------*/
.clear {
  clear: both; }
  .clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

/*-------------------------------
          	hr ライン
-------------------------------*/
hr.line {
  margin: 0 auto;
  width: 100%;
  height: 0;
  line-height: 0;
  border: none;
  border-bottom: 1px solid #CACACA;
  clear: both; }

hr.line_y {
  margin: 0 auto;
  width: 100%;
  height: 0;
  line-height: 0;
  border: none;
  border-bottom: 1px solid #FCD808;
  clear: both; }

/*-------------------------------
          	ul
-------------------------------*/
.list1 li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 30px; }

/*-------------------------------
          	clear
-------------------------------*/
.clear {
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px !important; }

* html .clearfix {
  height: 1px !important; }

/*-------------------------------
          	text-algn
-------------------------------*/
.ta_right {
  text-align: right !important; }

.ta_left {
  text-align: left !important; }

.ta_center {
  text-align: center !important; }

/*-------------------------------
          	block
-------------------------------*/
.block {
  display: block; }

/*-------------------------------
  カラム column
-------------------------------*/
.col_1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col_2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col_3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col_4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col_5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col_6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col_7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col_8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col_9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col_10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col_11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col_12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/**
 * メインイメージ
**/
/**
 * コンテンツ
**/
/*-------------------------------
          	打ち消し
-------------------------------*/
html {
  overflow: inherit; }

.content {
  width: 100%;
  overflow: inherit !important; }

/*-------------------------------
          	コンテンツ
-------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover {
    opacity: 0.7; }

img {
  max-width: 100% !important;
  height: auto; }

@media screen and (min-width: 1025px) {
  img {
    max-width: 100% !important;
    height: auto; } }

/*-------------------------------
          	header
-------------------------------*/
.header {
  display: block;
  height: 94px;
  width: 100%;
  content: "";
  background: #CACACA; }

/*-------------------------------
          	js
-------------------------------*/
.js_before_fadein {
  visibility: hidden;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0; }

.js_fadein {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.js_before_timelag_fadein {
  visibility: hidden;
  -webkit-transform: translate(0, 40px);
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  opacity: 0; }

.js_timelag_fadein {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

/*-------------------------------
          	main
-------------------------------*/
.wrapper {
  padding-bottom: 100px; }

@media screen and (min-width: 1025px) {
  .wrapper {
    padding-bottom: 60px; } }

.main_image {
  width: 100%;
  background: url("../images/2x/img_main_sp@2x.jpg") 50% 50% no-repeat;
  background-size: cover; }
  .main_image_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 875px;
    max-width: 100%;
    height: 100%;
    padding: 48px 40px 20px;
    position: relative;
    margin: auto; }
  .main_image_tit {
    margin-top: auto;
    margin-bottom: 4%; }
    .main_image_tit img {
      width: 260px;
      height: auto; }
  .main_image_batch {
    position: absolute;
    top: 1.6%;
    left: 8%; }
    .main_image_batch img {
      width: 104px;
      height: auto; }
  .main_image_link {
    display: block;
    position: relative;
    width: 100%;
    height: 50px; }
    .main_image_link a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      font-size: 1.4rem;
      z-index: 2; }
      .main_image_link a span {
        display: inline-block;
        mix-blend-mode: normal;
        letter-spacing: 1.2px;
        color: #fff; }
        .main_image_link a span:after {
          display: inline-block;
          background: url("../images/2x/ico_sankaku@2x.png") 0 0 no-repeat;
          background-size: 7px 11px;
          width: 7px;
          height: 11px;
          content: "";
          margin-left: 20px; }
    .main_image_link_bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      mix-blend-mode: multiply;
      /* 乗算 */
      background: #B4BCCD;
      z-index: 1; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .main_image {
    background: url("../images/1x/img_main_yobi.jpg") 56% 50% no-repeat;
    background-size: cover; }
    .main_image_inner {
      padding: 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .main_image_tit {
      margin-top: 0;
      margin-bottom: 13%; }
      .main_image_tit img {
        width: 330px; }
    .main_image_batch {
      top: 14%;
      right: 36%;
      left: auto; }
      .main_image_batch img {
        width: 116px; }
    .main_image_link {
      display: block;
      width: 280px;
      height: 50px;
      margin-left: 4%; }
      .main_image_link a {
        font-size: 1.6rem; } }

@media screen and (min-width: 1025px) {
  .main_image {
    background: url("../images/1x/img_main.jpg") 40% 50% no-repeat;
    background-size: cover; }
    .main_image_inner {
      width: 1200px;
      max-width: 100%;
      padding: 54px 16px 40px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .main_image_tit {
      margin-top: 0;
      margin-bottom: 13%;
      margin-left: 12%; }
      .main_image_tit img {
        width: 392px; }
    .main_image_batch {
      position: absolute;
      top: 6%;
      right: 4%;
      left: auto; }
      .main_image_batch img {
        width: 124px; }
    .main_image_link {
      display: block;
      position: relative;
      width: 325px;
      height: 50px;
      margin-left: 15%; }
      .main_image_link a {
        font-size: 1.6rem; } }

.content_pd {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .content_pd {
      padding: 65px 0; } }

@media screen and (min-width: 1025px) {
  .sp_only {
    display: none; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sp_only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc_only {
    display: none; } }

.notes .notes_txt {
  text-align: right; }

/*  content1
---------------------------------------------*/
.content1 {
  text-align: center;
  position: relative;
  margin-top: 16px;
  margin-bottom: 80px; }
  .content1_tit {
    position: relative;
    padding-top: 56px;
    padding-bottom: 24px;
    z-index: 2; }
    .content1_tit img {
      width: 260px;
      height: auto; }
  .content1_img {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 46%; }
    .content1_img canvas {
      width: 100%; }
    .content1_img picture {
      display: block; }
  .content1_sub {
    font-size: 1.8rem;
    font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: #657698; }
  .content1_txt1 {
    font-size: 1.3rem;
    font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif;
    line-height: 1.9;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
  .content1_txt2 {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 20px; }
  .content1_link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 35px;
    letter-spacing: 1.2px;
    margin: auto;
    padding: 10px;
    font-size: 1.3rem;
    border: 1px solid #B1B1B1;
    background: #fff;
    color: #4D4D4D; }
    .content1_link:after {
      display: inline-block;
      width: 7px;
      height: 11px;
      background: url("../images/2x/ico_sankaku_b@2x.png") 0 0 no-repeat;
      background-size: cover;
      content: "";
      margin-left: 10px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content1 {
    margin-top: 64px;
    margin-bottom: 64px; }
    .content1_tit {
      padding-top: 0; }
      .content1_tit img {
        width: 300px; }
    .content1_img {
      width: 32%; }
    .content1_sub {
      font-size: 2.0rem; }
    .content1_txt1 {
      font-size: 1.45rem; }
    .content1_txt2 {
      font-size: 1.3rem; } }

@media screen and (min-width: 1025px) {
  .content1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 132px; }
    .content1_tit {
      padding-top: 0;
      padding-bottom: 40px; }
      .content1_tit img {
        width: 370px; }
    .content1_l {
      width: 60%; }
    .content1_img {
      margin-bottom: -64px;
      text-align: center;
      width: 24%; }
      .content1_img canvas {
        width: 100%; }
      .content1_img img {
        width: 100%; }
    .content1_sub {
      font-size: 2.9rem; }
    .content1_txt1 {
      font-size: 1.9rem; }
    .content1_txt2 {
      font-size: 1.7rem; }
    .content1_link {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 280px;
      height: 50px;
      font-size: 1.7rem;
      position: relative; }
      .content1_link:after {
        display: inline-block;
        width: 7px;
        height: 11px;
        background: url("../images/1x/ico_sankaku_b.png") 0 0 no-repeat;
        background-size: cover;
        content: "";
        margin-left: 10px;
        position: absolute;
        right: 10px;
        top: 18px; } }

/*  content2
---------------------------------------------*/
.content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../images/2x/img_intro_bg@2x.jpg") 50% 50% no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  overflow: hidden; }
  .content2_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .content2 .inner4 {
    margin: 0; }
  .content2_tit {
    margin-top: 40px;
    margin-bottom: 40px; }
    .content2_tit img {
      width: 280px;
      height: auto; }
  .content2_txt {
    font-size: 1.4rem;
    line-height: 2.2;
    margin-bottom: 1.6em; }

@media screen and (max-width: 320px) {
  .content2 {
    padding-left: 10px;
    padding-right: 10px; }
    .content2_tit {
      margin-bottom: 20px; }
      .content2_tit img {
        width: 280px; }
    .content2_txt {
      margin-bottom: 12px;
      line-height: 2; } }

@media screen and (min-width: 1025px) {
  .content2 {
    background: url("../images/1x/img_intro_bg.jpg") 50% 50% no-repeat;
    background-size: cover;
    text-align: center; }
    .content2_tit {
      margin-bottom: 40px; }
      .content2_tit img {
        width: 360px; }
    .content2_txt {
      padding-left: 20px;
      padding-right: 20px;
      font-size: 1.7rem;
      line-height: 2.2;
      margin-bottom: 25px; } }

/*  content3
---------------------------------------------*/
.content3 {
  position: relative;
  margin: 48px auto;
  max-width: 90%; }
  @media screen and (min-width: 1025px) {
    .content3 {
      margin-top: 142px;
      max-width: 100%; } }
  .content3_content {
    position: relative;
    margin-bottom: 120px;
    width: 100%;
    background: #EAEAEA; }
    @media screen and (min-width: 1025px) {
      .content3_content {
        margin-bottom: 140px;
        padding: 36px 16px; } }
    .content3_content::after {
      content: '';
      position: absolute;
      bottom: -64px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 22px solid #EAEAEA; }
  .content3_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .content3_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .content3_list span {
      position: relative;
      top: -8px;
      font-size: 1.2rem; }
  .content3_item {
    padding: 24px 8%;
    width: 100%; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .content3_item {
        padding: 24px 16px;
        width: calc(100% / 2); } }
    @media screen and (min-width: 1025px) {
      .content3_item {
        padding: 0 24px;
        width: calc(100% / 2); } }
  .content3_sub {
    font-size: 1.4rem;
    text-align: center;
    color: #657698; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .content3_sub {
        font-size: 1.5rem; } }
    @media screen and (min-width: 1025px) {
      .content3_sub {
        font-size: 1.6rem; } }
  .content3_ttl {
    font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif;
    font-size: 2.3rem;
    color: #657698;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.04em; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .content3_ttl {
        font-size: 2rem; } }
    .content3_ttl::after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #657698; }
  .content3_img {
    padding: 8px 4% 4px; }
    @media screen and (min-width: 1025px) {
      .content3_img {
        padding: 24px 12% 12px; } }
  .content3_txt {
    padding: 16px 0;
    font-size: 1.4rem;
    color: #657698; }
    @media screen and (min-width: 1025px) {
      .content3_txt {
        font-size: 1.7rem; } }
  .content3_ingredients {
    font-size: 1.1rem; }
  .content3_notes {
    margin-top: 4em;
    font-size: 1rem; }

/*  content_sub3
---------------------------------------------*/
.content_sub3 {
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
  position: relative; }
  .content_sub3_tit {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 16px;
    text-align: center; }
    .content_sub3_tit img {
      width: 360px;
      height: auto; }
  .content_sub3_img {
    width: 100%; }
  .content_sub3 .slick-next:before,
  .content_sub3 .slick-prev:before {
    display: block;
    content: "";
    width: 12px;
    height: 18px; }
  .content_sub3 .slick-prev:before {
    background: url("../images/2x/ico_slide_l@2x.png") 0 0 no-repeat;
    background-size: cover; }
  .content_sub3 .slick-next:before {
    background: url("../images/2x/ico_slide_r@2x.png") 0 0 no-repeat;
    background-size: cover; }
  .content_sub3 .slick-disabled {
    display: none !important; }
  .content_sub3_slider_wrapper {
    margin-bottom: 16px; }
  .content_sub3_slider_item {
    padding: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    line-height: 1.8; }
    .content_sub3_slider_item figure {
      display: block; }
    .content_sub3_slider_item h3 {
      font-weight: normal;
      font-size: 1.4rem;
      margin-bottom: 10px; }
    .content_sub3_slider_item p {
      font-size: 1.3rem; }
    .content_sub3_slider_item.slick-center {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .content_sub3_desc {
    margin: 0 auto;
    padding: 0 6%; }
    .content_sub3_desc p {
      position: relative;
      padding-left: 2.2em;
      font-size: 1.4rem;
      line-height: 1.4; }
    .content_sub3_desc p:last-of-type {
      margin-top: .4em; }
    .content_sub3_desc p:first-of-type::before,
    .content_sub3_desc p:last-of-type::before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      display: inline-block;
      margin-right: 1em;
      height: 1.3em;
      width: 1.3em;
      border-radius: 50px;
      vertical-align: middle; }
    .content_sub3_desc p:first-of-type::before {
      background-color: #E3DB04; }
    .content_sub3_desc p:last-of-type::before {
      border: 1px solid #E3DB04; }
  .content_sub3_box {
    display: block;
    margin-top: 2em;
    color: #383838; }
    .content_sub3_box_img {
      padding: 8px 8%; }
      .content_sub3_box_img img {
        width: 100%;
        height: auto; }
    .content_sub3_box span {
      display: block;
      font-size: 1.4rem;
      line-height: 1.5; }
  .content_sub3 .slick-prev {
    left: 0;
    top: 50%;
    z-index: 2; }
  .content_sub3 .slick-next {
    right: -6px;
    top: 50%;
    z-index: 2; }

@media screen and (max-width: 320px) {
  .content_sub3 {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content_sub3 .slick-prev {
    left: -20px;
    z-index: 3; }
  .content_sub3 .slick-next {
    right: -25px;
    z-index: 3; }
  .content_sub3 .slick-next:before,
  .content_sub3 .slick-prev:before {
    display: block;
    content: "";
    width: 12px;
    height: 18px; }
  .content_sub3 .slick-prev:before {
    background: url("../images/1x/ico_slide_l.png") 0 0 no-repeat;
    background-size: cover; }
  .content_sub3 .slick-next:before {
    background: url("../images/1x/ico_slide_r.png") 0 0 no-repeat;
    background-size: cover; }
  .content_sub3_slider_wrapper {
    margin: 0 auto 40px;
    width: 60%; }
  .content_sub3_slider_item {
    width: 33%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .content_sub3_desc {
    padding: 0 26%; }
  .content_sub3_box {
    margin-top: 3.6em;
    text-align: center; }
  .content_sub3_box_img {
    padding: 8px 20%; }
  .content_sub3 .fs_100 {
    text-align: center; } }

@media screen and (min-width: 1025px) {
  .content_sub3 {
    padding-bottom: 104px; }
    .content_sub3_tit {
      margin-bottom: 40px; }
      .content_sub3_tit img {
        width: 432px; }
    .content_sub3_txt1 {
      font-size: 1.7rem; }
    .content_sub3_txt2 {
      font-size: 1.2rem; }
    .content_sub3 .slick-prev {
      left: -20px;
      z-index: 3; }
    .content_sub3 .slick-next {
      right: -25px;
      z-index: 3; }
    .content_sub3 .slick-next:before,
    .content_sub3 .slick-prev:before {
      display: block;
      content: "";
      width: 12px;
      height: 18px; }
    .content_sub3 .slick-prev:before {
      background: url("../images/1x/ico_slide_l.png") 0 0 no-repeat;
      background-size: cover; }
    .content_sub3 .slick-next:before {
      background: url("../images/1x/ico_slide_r.png") 0 0 no-repeat;
      background-size: cover; }
    .content_sub3_slider_wrapper {
      margin: 0 auto 20px;
      width: 60%; }
    .content_sub3_slider_item {
      width: 33%;
      padding: 0px; }
      .content_sub3_slider_item h3 {
        font-size: 1.9rem; }
      .content_sub3_slider_item p {
        font-size: 1.5rem; }
    .content_sub3_desc {
      padding: 0 26%; }
    .content_sub3_box {
      margin-top: 6em;
      text-align: center; }
      .content_sub3_box_img {
        padding: 24px 32%; }
    .content_sub3 .fs_100 {
      text-align: center; } }

/*  content4
---------------------------------------------*/
.content4 {
  width: 100%;
  padding: 64px 32px;
  background-image: -webkit-radial-gradient(#fff, #DCE7E7);
  background-image: -o-radial-gradient(#fff, #DCE7E7);
  background-image: radial-gradient(#fff, #DCE7E7); }
  .content4_ttl {
    margin-bottom: 28px;
    text-align: center; }
    .content4_ttl img {
      width: 270px;
      height: auto; }
  .content4_img {
    display: block;
    max-width: 100%;
    text-align: center; }

@media screen and (min-width: 1025px) {
  .content4 {
    padding: 140px 32px; }
    .content4_ttl {
      margin-bottom: 56px; }
      .content4_ttl img {
        width: 348px; }
    .content4_img {
      margin: 0 auto;
      width: 80%; } }

/*  content5
---------------------------------------------*/
.content5 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .content5_tit {
    margin-bottom: 40px; }
    .content5_tit img {
      width: 227px;
      height: auto; }
  .content5_txt {
    font-size: 1.4rem;
    line-height: 2.2;
    margin-bottom: 35px; }
    .content5_txt sup {
      font-size: 1.0rem; }
  .content5_anime {
    position: relative;
    width: 283px;
    margin: auto auto 35px; }
  .content5_anime_midashi {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1.8px;
    width: 204px;
    height: 33px;
    position: relative;
    bottom: -10px;
    left: 0;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .content5_anime_content {
    display: block;
    width: 252px;
    height: 86px;
    margin-left: 31px;
    overflow: hidden;
    -webkit-transition: opacity 0.4s ease-out, width 0.5s linear,margin 0.5s linear, height 0.4s ease-in 0.1s;
    -o-transition: opacity 0.4s ease-out, width 0.5s linear,margin 0.5s linear, height 0.4s ease-in 0.1s;
    transition: opacity 0.4s ease-out, width 0.5s linear,margin 0.5s linear, height 0.4s ease-in 0.1s; }
    .content5_anime_content figure {
      display: block;
      position: relative;
      height: 86px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .content5_anime_content figure:hover {
        cursor: pointer; }
      .content5_anime_content figure picture {
        display: block; }
      .content5_anime_content figure:after {
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        /*        background: #ddd;
        mix-blend-mode: multiply;
        */
        position: absolute;
        left: 0;
        top: 0;
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
      .content5_anime_content figure img {
        margin-top: -40px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        vertical-align: bottom;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
    .content5_anime_content div {
      background: #000;
      width: 100%;
      height: 0;
      text-align: center;
      padding: 0;
      color: #000;
      font-size: 0;
      position: relative;
      overflow: hidden;
      -webkit-transition: bottom 0.3s ease 0.5s, opacity 0.6s ease 0.5s, height 0.6s ease 0.5s, padding 0.2s ease 0.3s, color 0.2s ease 0.3s, font-size 0.1s linear 0.3s;
      -o-transition: bottom 0.3s ease 0.5s, opacity 0.6s ease 0.5s, height 0.6s ease 0.5s, padding 0.2s ease 0.3s, color 0.2s ease 0.3s, font-size 0.1s linear 0.3s;
      transition: bottom 0.3s ease 0.5s, opacity 0.6s ease 0.5s, height 0.6s ease 0.5s, padding 0.2s ease 0.3s, color 0.2s ease 0.3s, font-size 0.1s linear 0.3s; }
      .content5_anime_content div h4 {
        font-size: 1.5rem;
        font-weight: normal; }
        .content5_anime_content div h4 sup {
          font-size: 1.1rem; }
  .content5 .t_left {
    text-align: left; }
  .content5_anime.is-active .content5_anime_midashi {
    opacity: 0 !important;
    width: 0;
    left: -10px; }
  .content5_anime.is-active .content5_anime_content {
    width: 283px;
    height: 300px;
    margin-left: 0;
    overflow: visible; }
    .content5_anime.is-active .content5_anime_content figure {
      position: relative;
      height: auto; }
      .content5_anime.is-active .content5_anime_content figure:after {
        opacity: 0; }
      .content5_anime.is-active .content5_anime_content figure img {
        margin-top: 0;
        -webkit-filter: grayscale(0);
        filter: grayscale(0); }
      .content5_anime.is-active .content5_anime_content figure .gazo1 {
        width: 293px;
        height: auto; }
      .content5_anime.is-active .content5_anime_content figure .gazo2, .content5_anime.is-active .content5_anime_content figure .gazo3 {
        width: 283px;
        height: auto; }
    .content5_anime.is-active .content5_anime_content div {
      opacity: 1;
      padding: 20px 25px;
      height: auto;
      color: #fff;
      font-size: 1.2rem; }

@media screen and (max-width: 320px) {
  .content5 {
    padding-left: 10px;
    padding-right: 10px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content5_anime {
    width: 100%; }
  .content5_anime_content {
    height: 160px;
    width: calc(100% - 45px);
    margin-left: 45px; }
    .content5_anime_content figure {
      position: relative;
      height: 160px; }
      .content5_anime_content figure img {
        margin-top: -140px; }
      .content5_anime_content figure img, .content5_anime_content figure .gazo1, .content5_anime_content figure .gazo2, .content5_anime_content figure .gazo3 {
        width: 100%; }
    .content5_anime_content div h4 {
      font-size: 2rem;
      margin-bottom: 15px; }
  .content5_anime.is-active .content5_anime_content {
    height: auto;
    width: 100%; }
    .content5_anime.is-active .content5_anime_content figure img, .content5_anime.is-active .content5_anime_content figure .gazo1, .content5_anime.is-active .content5_anime_content figure .gazo2, .content5_anime.is-active .content5_anime_content figure .gazo3 {
      width: 100%; }
    .content5_anime.is-active .content5_anime_content div {
      font-size: 1.4rem; } }

@media screen and (min-width: 1025px) {
  .content5 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .content5_l {
      width: 34%; }
    .content5_r {
      width: 61%;
      margin-top: -25px; }
    .content5_b {
      text-align: right;
      width: 100%; }
    .content5_tit img {
      width: 295px; }
    .content5_txt {
      font-size: 1.5rem; }
      .content5_txt sup {
        font-size: 1.1rem; }
    .content5_anime {
      width: 100%; }
    .content5_anime_midashi {
      font-size: 1.4rem;
      height: 70px;
      bottom: -25px; }
    .content5_anime_content {
      height: 160px;
      width: calc(100% - 45px);
      margin-left: 45px; }
      .content5_anime_content figure {
        position: relative;
        height: 160px; }
        .content5_anime_content figure img {
          margin-top: -70px; }
        .content5_anime_content figure img, .content5_anime_content figure .gazo1, .content5_anime_content figure .gazo2, .content5_anime_content figure .gazo3 {
          width: 100%; }
      .content5_anime_content div h4 {
        font-size: 2rem;
        margin-bottom: 15px; }
    .content5_anime.is-active .content5_anime_content {
      height: auto;
      width: 100%; }
      .content5_anime.is-active .content5_anime_content figure img, .content5_anime.is-active .content5_anime_content figure .gazo1, .content5_anime.is-active .content5_anime_content figure .gazo2, .content5_anime.is-active .content5_anime_content figure .gazo3 {
        width: 100%; }
      .content5_anime.is-active .content5_anime_content div {
        font-size: 1.4rem; } }

.content6 {
  text-align: left;
  padding: 5px 20px 40px 20px;
  position: relative; }
  .content6-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #9797AE; }
  .content6_tit {
    padding: 15px;
    text-align: center;
    margin-bottom: 40px;
    border-top: 1px solid #9797AE;
    border-bottom: 1px solid #9797AE; }
    .content6_tit picture {
      display: block;
      line-height: 1; }
      .content6_tit picture img {
        width: 164px;
        height: auto; }
  .content6_list {
    display: block;
    font-size: 1.32rem;
    margin: auto;
    width: 145px; }
    .content6_list li {
      margin-bottom: 5px;
      background: url("../images/2x/ico_list@2x.png") 0 0 no-repeat;
      background-size: 16.5px 15.5px;
      padding-left: 30px; }

@media screen and (max-width: 320px) {
  .content6 {
    padding: 5px 10px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content6_list {
    font-size: 1.5rem;
    width: 180px; } }

@media screen and (min-width: 1025px) {
  .content6_tit {
    padding: 20px; }
    .content6_tit picture {
      display: block; }
      .content6_tit picture img {
        width: 225px; }
  .content6_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.9rem;
    margin: auto;
    padding-left: 80px;
    width: 330px; }
    .content6_list li {
      display: block;
      margin-bottom: 5px;
      background: url("../images/1x/ico_list.png") 0 40% no-repeat;
      background-size: 16.5px 15.5px;
      padding-left: 30px;
      width: 100%; } }

.content7 {
  text-align: left;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .content7_tit {
    margin-bottom: 40px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .content7_tit img {
      width: 298px;
      height: auto; }
  .content7_img {
    display: block;
    margin-bottom: 40px; }
    .content7_img img {
      width: 100%;
      height: auto; }
  .content7_txt {
    font-size: 1.4rem;
    line-height: 2.2;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 34px; }
    .content7_txt div.content7_desc {
      display: block;
      height: 85px;
      overflow: hidden;
      -webkit-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease; }
      .content7_txt div.content7_desc p {
        margin-bottom: 35px; }
      .content7_txt div.content7_desc img {
        width: 95px;
        height: auto; }
      .content7_txt div.content7_desc.is-active {
        height: 400px; }
    .content7_txt .open_btn {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 1.1em;
      color: #4D4D4D;
      letter-spacing: -0.2px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .content7_txt .open_btn:after {
        display: inline-block;
        margin-left: 5px;
        margin-top: 5px;
        content: ">";
        width: 1em;
        height: 1em;
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        vertical-align: middle;
        line-height: 1; }
      .content7_txt .open_btn.is-active {
        color: #fff; }
      .content7_txt .open_btn.is-active:after {
        -webkit-transform: rotateZ(270deg);
        -ms-transform: rotate(270deg);
        transform: rotateZ(270deg);
        color: #4D4D4D; }

@media screen and (max-width: 320px) {
  .content7 {
    padding-left: 10px;
    padding-right: 10px; }
    .content7_txt div.content7_desc {
      height: 95px; }
      .content7_txt div.content7_desc.is-active {
        height: 380px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content7_tit {
    text-align: center; }
  .content7_txt {
    font-size: 1.4rem; }
    .content7_txt div.content7_desc {
      height: 95px; }
      .content7_txt div.content7_desc.is-active {
        height: 300px; }
    .content7_txt .open_btn {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 1.1em;
      color: #4D4D4D;
      letter-spacing: -0.2px;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
      .content7_txt .open_btn:after {
        display: inline-block;
        margin-left: 5px;
        content: ">";
        width: 1em;
        height: 1em;
        -webkit-transform: rotateZ(90deg);
        -ms-transform: rotate(90deg);
        transform: rotateZ(90deg);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        vertical-align: middle;
        line-height: 1; }
      .content7_txt .open_btn.is-active {
        color: #fff; }
      .content7_txt .open_btn.is-active:after {
        -webkit-transform: rotateZ(270deg);
        -ms-transform: rotate(270deg);
        transform: rotateZ(270deg);
        color: #4D4D4D; } }

@media screen and (min-width: 1025px) {
  .content7 {
    text-align: center; }
    .content7_tit {
      margin-bottom: 40px; }
      .content7_tit img {
        width: 420px; }
    .content7_img {
      display: block;
      margin-bottom: 40px; }
      .content7_img img {
        width: 100%; }
    .content7_txt {
      font-size: 1.7rem;
      line-height: 2.2;
      padding-bottom: 40px; }
      .content7_txt div.content7_desc {
        height: auto;
        text-align: left; }
        .content7_txt div.content7_desc.is-active {
          height: 300px; }
      .content7_txt .open_btn {
        font-size: 1.2em;
        display: none; } }

.content8 {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }
  .content8_tit {
    margin-bottom: 40px; }
    .content8_tit img {
      width: 204px;
      height: auto; }
  .content8_txt1 {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 1.6em; }
  .content8_gif {
    width: 100%;
    vertical-align: bottom; }
  .content8 .slick-next:before,
  .content8 .slick-prev:before {
    display: block;
    content: "";
    width: 12px;
    height: 18px; }
  .content8 .slick-prev:before {
    background: url("../images/2x/ico_slide_l@2x.png") 0 0 no-repeat;
    background-size: cover; }
  .content8 .slick-next:before {
    background: url("../images/2x/ico_slide_r@2x.png") 0 0 no-repeat;
    background-size: cover; }
  .content8 .slick-prev {
    left: 0;
    top: 35%;
    z-index: 2; }
  .content8 .slick-next {
    right: -8px;
    top: 35%;
    z-index: 2; }
  .content8 .slick-disabled {
    display: none !important; }
  .content8_slider {
    margin-bottom: 30px; }
  .content8_slider_item {
    padding: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear; }
    .content8_slider_item figure {
      display: block;
      margin-bottom: 10px;
      border: 1px solid #000; }
    .content8_slider_item h3 {
      margin-top: 1.6em;
      font-weight: normal;
      font-size: 1.4rem;
      margin-bottom: 10px;
      line-height: 1.4; }
    .content8_slider_item p {
      font-size: 1.3rem;
      line-height: 1.7; }
    .content8_slider_item.slick-center {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .content8_bottom {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    color: #657698;
    padding: 5px 10px 4px;
    border: 1px solid #657698; }
  .content8_column {
    margin: 56px auto 0;
    width: 100%;
    height: 84px; }
    @media screen and (min-width: 1025px) {
      .content8_column {
        margin: 104px auto 0;
        width: 88%;
        height: 160px; } }
  .content8_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 25px;
    background: url("../images/1x/img_card_link.jpg") center center no-repeat;
    background-size: cover; }
    @media screen and (max-width: 320px) {
      .content8_link {
        padding-left: 12px; } }
    @media screen and (max-width: 767px) {
      .content8_link {
        background: url("../images/1x/img_card_link.jpg") 50% 60% no-repeat;
        background-size: cover;
        padding-left: 16px; } }
    .content8_link img {
      width: 220px;
      height: auto; }
      @media screen and (min-width: 1025px) {
        .content8_link img {
          width: 280px; } }

@media screen and (max-width: 320px) {
  .content8 {
    padding-left: 10px;
    padding-right: 10px; }
    .content8_bottom {
      font-size: 0.9rem;
      padding: 4px 5px 3px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content8_tit {
    text-align: center; }
  .content8_txt1 {
    text-align: center; }
  .content8_slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto auto 25px auto; }
  .content8_slider_item {
    width: 33%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@media screen and (min-width: 1025px) {
  .content8 {
    padding-right: 0;
    padding-left: 0; }
    .content8_tit {
      margin-top: 56px;
      margin-bottom: 40px;
      text-align: center; }
      .content8_tit img {
        width: 270px; }
    .content8_txt1 {
      font-size: 1.7rem;
      text-align: center; }
    .content8 .slick-next:before,
    .content8 .slick-prev:before {
      display: block;
      content: "";
      width: 12px;
      height: 18px; }
    .content8 .slick-prev:before {
      background: url("../images/1x/ico_slide_l.png") 0 0 no-repeat;
      background-size: cover; }
    .content8 .slick-next:before {
      background: url("../images/1x/ico_slide_r.png") 0 0 no-repeat;
      background-size: cover; }
    .content8_slider {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .content8_slider_item {
      width: 25%;
      padding: 0px; }
      .content8_slider_item h3 {
        font-size: 1.9rem; }
      .content8_slider_item p {
        font-size: 1.5rem; }
    .content8_bottom {
      font-size: 1.4rem;
      padding: 5px 10px 4px;
      width: 500px;
      margin: auto; } }

/*  content9
---------------------------------------------*/
.content9 {
  border: 20px solid #BFAC6E; }
  .content9_content {
    padding: 36px 20px 16px; }
  .content9_ttl {
    padding: .8em .2em;
    border: solid #BFAC6E;
    border-width: 1px 0 1px 0;
    font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif;
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 1.3; }
    .content9_ttl span {
      padding: 0 .1em;
      color: #BFAC6E;
      font-size: 3.3rem;
      vertical-align: -4px; }
  .content9_logo {
    margin: 24px auto;
    width: 60%; }
    .content9_logo img {
      width: 100%;
      height: auto; }
  .content9_link {
    display: block;
    padding: 8px;
    border: 1px solid #BFAC6E;
    -webkit-box-shadow: 5px 8px 8px -2px #B1B1B1;
    box-shadow: 5px 8px 8px -2px #B1B1B1; }
  .content9_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content9_box_img {
    width: 40%; }
    .content9_box_img img {
      vertical-align: top; }
  .content9_box_txt {
    padding-left: 1em;
    font-size: 1.1rem; }

@media screen and (max-width: 320px) {
  .content9_ttl {
    font-size: 1.6rem; }
    .content9_ttl span {
      font-size: 2.2rem;
      vertical-align: -2px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content9_ttl {
    text-align: center; }
  .content9_logo {
    width: 32%; }
  .content9_box_txt {
    font-size: 1.4rem; } }

@media screen and (min-width: 1025px) {
  .content9 {
    margin: 104px 0; }
    .content9_ttl {
      text-align: center; }
    .content9_body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 32px 40px 0; }
    .content9_logo {
      margin: 0 48px 0 0;
      width: 240px; }
    .content9_link {
      max-width: 500px;
      padding: 16px 8px; }
    .content9_box_img {
      width: 40%; }
      .content9_box_img img {
        vertical-align: top; }
    .content9_box_txt {
      font-size: 1.4rem; } }

/*  content10
---------------------------------------------*/
.content10 {
  text-align: center;
  position: relative; }
  .content10_tit {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center; }
    .content10_tit img {
      width: 260px;
      height: auto; }
  .content10_sub {
    font-size: 1.8rem;
    font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: #657698; }
  .content10_caution {
    text-align: left;
    margin-bottom: 2em; }
  .content10_txt1 {
    font-size: 1.3rem;
    font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif;
    line-height: 1.9;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
  .content10_txt2 {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 20px; }
  .content10_link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 40px;
    letter-spacing: 1.2px;
    margin: auto;
    padding: 10px;
    font-size: 1.3rem;
    border: 1px solid #B1B1B1;
    background: #fff;
    margin-bottom: 15px;
    color: #4D4D4D; }
    .content10_link:after {
      display: inline-block;
      width: 7px;
      height: 11px;
      background: url("../images/2x/ico_sankaku_b@2x.png") 0 0 no-repeat;
      background-size: cover;
      content: "";
      margin-left: 10px; }
  .content10 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content10 .slick-prev {
    z-index: 5; }
  .content10 .slick-next {
    z-index: 5; }
  .content10 .slick-next:before,
  .content10 .slick-prev:before {
    display: block;
    content: "";
    width: 12px;
    height: 18px; }
  .content10 .slick-prev:before {
    background: url("../images/2x/ico_slide_l@2x.png") 0 0 no-repeat;
    background-size: cover; }
  .content10 .slick-next:before {
    background: url("../images/2x/ico_slide_r@2x.png") 0 0 no-repeat;
    background-size: cover; }
  .content10_slider {
    margin-bottom: 0; }
  .content10_slider_item {
    padding: 0px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    margin: 0; }
    .content10_slider_item figure {
      display: block;
      margin-bottom: 0px;
      text-align: center; }
      .content10_slider_item figure img {
        margin: auto;
        width: 500px;
        height: auto; }
  .content10 div.content10_desc {
    display: none;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: left;
    padding-top: 22px; }
  .content10_more {
    display: inline-block;
    text-align: center;
    font-size: 1.2rem;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .content10_more:before {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 2px;
      content: "";
      width: 8px;
      height: 8px;
      border-right: 1px solid #4D4D4D;
      border-bottom: 1px solid #4D4D4D;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .content10_more.is-active:before {
      margin-bottom: -2px;
      -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: rotate(225deg); }
    .content10_more:hover {
      opacity: .6;
      cursor: pointer; }

@media screen and (max-width: 767px) {
  .content10 .slick-prev {
    left: 0; }
  .content10 .slick-next {
    right: -8px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content10_tit {
    margin-bottom: 40px; }
  .content10_l {
    margin: 0 auto;
    width: 70%; } }

@media screen and (min-width: 1025px) {
  .content10 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 120px 0; }
    .content10_l {
      width: 48%; }
    .content10_r {
      width: 46%;
      text-align: center; }
    .content10_tit {
      margin-top: 20px;
      margin-bottom: 40px;
      width: 100%; }
      .content10_tit img {
        width: 370px; }
    .content10_sub {
      font-size: 2.1rem; }
    .content10_txt1 {
      font-size: 1.7rem; }
    .content10_txt2 {
      font-size: 1.5rem; }
    .content10_link {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 280px;
      height: 50px;
      font-size: 1.7rem;
      position: relative; }
      .content10_link:after {
        position: absolute;
        right: 10px; }
    .content10 .slick-prev:before {
      background: url("../images/1x/ico_slide_l.png") 0 0 no-repeat;
      background-size: cover; }
    .content10 .slick-next {
      right: -30px; }
    .content10 .slick-next:before {
      background: url("../images/1x/ico_slide_r.png") 0 0 no-repeat;
      background-size: cover; }
    .content10_slider {
      margin-bottom: 0;
      width: 100%;
      margin: auto; }
    .content10_slider_item {
      text-align: center;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      margin: 0 auto; }
      .content10_slider_item figure {
        text-align: center; }
        .content10_slider_item figure img {
          margin: auto; }
    .content10_more {
      margin-top: 2em;
      width: 100%;
      font-size: 1.6rem; }
    .content10_desc {
      width: 100%;
      font-size: 1.4rem !important; } }

.content11 {
  text-align: center;
  position: relative; }
  .content11_border {
    border: 2px solid #B4BCCD;
    padding: 20px; }
  .content11_tit {
    margin-bottom: 12px;
    position: relative;
    z-index: 2; }
    .content11_tit img {
      width: 268px;
      height: auto; }
  .content11_sub {
    font-size: 1.3rem;
    font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: #4D4D4D; }
  .content11_txt1 {
    font-size: 1.3rem;
    font-family: "アンチックAN L", Antique AN Light, "Noto Serif JP", serif;
    line-height: 1.9;
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
  .content11_txt2 {
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 20px; }
  .content11_link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 40px;
    letter-spacing: 1.2px;
    margin: auto;
    padding: 10px;
    font-size: 1.3rem;
    border: 1px solid #B1B1B1;
    background: #fff;
    margin-bottom: 45px;
    color: #4D4D4D; }
    .content11_link:after {
      display: inline-block;
      width: 7px;
      height: 11px;
      background: url("../images/2x/ico_sankaku_b@2x.png") 0 0 no-repeat;
      background-size: cover;
      content: "";
      margin-left: 10px; }
  .content11 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content11 .slick-prev {
    left: -4px;
    z-index: 1; }
  .content11 .slick-next {
    right: -12px;
    z-index: 1; }
  .content11 .slick-next:before,
  .content11 .slick-prev:before {
    display: block;
    content: "";
    width: 12px;
    height: 18px; }
  .content11 .slick-prev:before {
    background: url("../images/2x/ico_slide_l@2x.png") 0 0 no-repeat;
    background-size: cover; }
  .content11 .slick-next:before {
    background: url("../images/2x/ico_slide_r@2x.png") 0 0 no-repeat;
    background-size: cover; }
  .content11_slider {
    margin-bottom: 0; }
  .content11_slider_item {
    padding: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    margin: 0; }
    .content11_slider_item figure {
      display: block;
      margin-bottom: 10px;
      text-align: center; }
      .content11_slider_item figure img {
        margin: auto;
        width: 500px;
        height: auto; }
  .content11_bottom {
    width: 100%;
    text-align: right;
    font-size: 1.0rem; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content11_slider {
    margin: 0 auto;
    width: 70%; } }

@media screen and (min-width: 1025px) {
  .content11_border {
    position: relative;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 32px; }
  .content11_r {
    width: 45%;
    padding-top: 100px;
    text-align: center; }
  .content11_tit {
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }
    .content11_tit img {
      width: 330px; }
  .content11_sub {
    font-size: 1.8rem;
    line-height: 1.75; }
  .content11_txt1 {
    font-size: 1.35rem; }
  .content11_txt2 {
    font-size: 1.35rem; }
  .content11_bottom {
    font-size: 1.2rem;
    text-align: right; }
  .content11_link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 50px;
    font-size: 1.7rem;
    position: relative; }
    .content11_link:after {
      display: inline-block;
      width: 7px;
      height: 11px;
      background: url("../images/1x/ico_sankaku_b.png") 0 0 no-repeat;
      background-size: cover;
      content: "";
      margin-left: 10px; }
  .content11 .slick-next:before,
  .content11 .slick-prev:before {
    display: block;
    content: "";
    width: 12px;
    height: 18px; }
  .content11 .slick-prev:before {
    background: url("../images/1x/ico_slide_l.png") 0 0 no-repeat;
    background-size: cover; }
  .content11 .slick-next:before {
    background: url("../images/1x/ico_slide_r.png") 0 0 no-repeat;
    background-size: cover; }
  .content11_slider {
    width: 50%; }
  .content11_slider_item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .content11_slider_item figure {
      display: block;
      margin-bottom: 10px;
      text-align: center; }
      .content11_slider_item figure img {
        margin: auto; } }

.content12 {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .content12_tit {
    margin-bottom: 40px; }
    .content12_tit img {
      width: 280px;
      height: auto; }
  .content12_txt {
    font-size: 1.3rem;
    line-height: 2.2;
    margin-bottom: 45px; }
  .content12_link li {
    display: block;
    width: 100%;
    height: 97px;
    margin-bottom: 30px; }
    .content12_link li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 10px; }
      .content12_link li a img {
        vertical-align: middle; }
    .content12_link li:nth-child(1) {
      background: url("../images/1x/img_link_1.jpg") center 34% no-repeat;
      background-size: cover; }
      .content12_link li:nth-child(1) a img {
        width: 240px;
        height: auto; }
    .content12_link li:nth-child(2) {
      background: url("../images/1x/img_link_2.jpg") center 70% no-repeat;
      background-size: cover; }
      .content12_link li:nth-child(2) a img {
        width: 180px;
        height: auto; }
    .content12_link li:nth-child(3) {
      background: url("../images/1x/img_link_3.jpg") center center no-repeat;
      background-size: cover;
      margin-bottom: 0; }
      .content12_link li:nth-child(3) a img {
        width: 284px;
        height: auto; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content12_tit {
    text-align: center; }
  .content12_txt {
    text-align: center; }
  .content12_link li:nth-child(1) a img {
    width: 340px; }
  .content12_link li:nth-child(2) a img {
    width: 316px; }
  .content12_link li:nth-child(3) a img {
    width: 342px; } }

@media screen and (min-width: 1025px) {
  .content12_tit {
    text-align: center; }
    .content12_tit img {
      width: 340px; }
  .content12_txt {
    font-size: 1.7rem;
    text-align: center; }
  .content12_link li {
    height: 160px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    .content12_link li a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 25px; }
    .content12_link li:nth-child(1) {
      background: url("../images/1x/img_link_1.jpg") center 36% no-repeat;
      background-size: cover; }
      .content12_link li:nth-child(1) a img {
        width: 456px; }
    .content12_link li:nth-child(2) {
      background: url("../images/1x/img_link_2.jpg") center 62% no-repeat;
      background-size: cover; }
      .content12_link li:nth-child(2) a img {
        width: 420px; }
    .content12_link li:nth-child(3) {
      background: url("../images/1x/img_link_3.jpg") center center no-repeat;
      background-size: cover;
      margin-bottom: 0; }
      .content12_link li:nth-child(3) a img {
        width: 394px; } }
