@charset "UTF-8";
/* CSS Document */

/* ---------------------------

Reset

---------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
button, input, select, textarea {
	margin: 0;
	color: inherit;
	background-color: transparent;
	border-style: none;
	vertical-align:middle;
}
/*　Android and iOS and Safari　*/
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
*, *:before, *:after {
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* ---------------------------

共通

---------------------------- */
html, body {
}

body {
  position: relative;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 17px;
  font-weight: normal;
  line-height: 1.8;
  color: #222;
}

@media screen and (max-width: 749px) {
  body {
    font-size: 16px !important;
  }
}
/*
*, *::after, *::before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ol, ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
*/
a {
  color: #a3272d;
  border: 0;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #a3272d;
  border: 0;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

sup {
  vertical-align: 15%;
  font-size: .8rem;
}

.pc { display: block !important }
.sp { display: none !important }
@media screen and (max-width: 749px) {
  .sp { display: block !important }
  .pc { display: none !important }
}
.stit_pc { display: block !important }
.stit_sp { display: none !important }
@media screen and (max-width: 921px) {
  .stit_sp { display: block !important }
  .stit_pc { display: none !important }
}

.mT0 {
  margin-top: 0 !important;
}

.mT1 {
  margin-top: 1em !important;
}

.tC {
  text-align: center !important;
}

.w50 {
  width: 50% !important;
}

.w80 {
  width: 80% !important;
}

.italic {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.caption {
  margin: .5em 1em;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .05em;
  text-align: left;
}

@media screen and (max-width: 921px) {
  .caption {
  }
  
  .w50 {
    width: 100% !important;
  }
}

/* ---------------------------

head

---------------------------- */
#na_partner {
	width: 100%;
	height: 30px;
	position: relative;
	border-bottom: 1px solid #C7C7C7;
  background-color: #FFF;
}

#na_partner .partner_inner {
  max-width: 966px;
	margin-right: auto;
	margin-left: auto;
  text-align: center;
}

#na_partner .partner_ti {
	height: 30px;
  font-family: "Arial", Gadget, "sans-serif";
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #999999;
  padding-top: 7px;
}

#na_partner .client_name {
  position: absolute;
  font-family: "Arial", Gadget, "sans-serif";
  font-size: 16px;
  line-height: 100%;
  color: #686868;
  top: 7px;
}

#na_partner .client_logo {
  height: 26px;
  position: absolute;
  font-family: "Arial", Gadget, "sans-serif";
  font-size: 16px;
  line-height: 100%;
  color: #686868;
  top: 2px;
}

@media screen and (max-width: 995px) { /* sp */
  #na_partner .client_name {
    margin-left: 14px;
  }
}

@media screen and (max-width: 780px) { /* sp */
  #na_partner {
    width: 100%;
    height: auto;
    padding-bottom: 8px;
  }
  
  #na_partner .client_name {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    color: #686868;
    top: 0px;
  }
  
  #na_partner .client_logo {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 0px;
  }
}

/* ---------------------------

レイアウト

---------------------------- */
.container {
  margin: 0;
  background-color: #fff;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.wrapper_inner {
  display: block;
  margin: 0 auto;
  padding: 45px 90px 100px;
  width: 100%;
  height: auto;
  max-width: 996px;
  background:rgba(255,255,255,0.8);
}

.wrap {
  margin: 0 auto;
  padding: 0; padding: 0 30px;
  width: 100%;
  /*max-width: 750px;*/
}

@media screen and (max-width: 820px) {
  .wrapper_inner {
    padding: 45px 50px;
  }
  
  .wrapper_inner {
    padding-left: 2em;
    padding-right: 2em;
  }

  .wrap {
    padding: 0;
  }

}


/* ---------------------------

サブタイトル

--------------------------- */
.subtitle_area {
  margin-bottom: 2em;
  border-left: 6px solid #a3272d;
}

.subtitle_area h2 {
  margin: 3em auto 0;
  padding: 0 0 0 20px;
  max-width: 996px;
  height: auto;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.subtitle_area h2 span {
}

h3 {
  margin: 2em 0 0 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
}

/* ---------------------------

リード文

--------------------------- */

/* ---------------------------

本文

--------------------------- */
.int {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media screen and (max-width: 749px) {
  .int {
    line-height: 2;
  }
}

.int + .int {
  margin-top: 1em;
}

.bold {
  font-weight: 600;
}

/* ------------------------

関連リンク

------------------------ */

/* ------------------------

関連リンク（バナー）

------------------------ */
.banner_area{
  margin: 5em auto 0;
  padding: 0;
  max-width: 600px;
}

.banner_area a img {
  margin: 1em auto;
  position: relative;
  text-align: center;
}

.banner_area a img:hover{
	opacity: 0.9;
}

@media screen and (max-width: 559px){
}

/* --------------------

追従

-------------------- */
a.fixed_btn {
  position: fixed;
  top: 50px; 
  right: 0;
  padding: 20px 5px;
  background-color: #fff;

  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  
  text-decoration: none;
  z-index: 2;
}

a:hover.fixed_btn {
  text-decoration: none;
}

/* --------------------

ページトップへ

-------------------- */
#pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 10;
  cursor: pointer
}

#pagetop:hover {
  opacity: 0.7
}

@media screen and (max-width:911px) {
  #pagetop:hover {
    opacity: 1
  }
}

@media screen and (max-width:414px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px
  }
}

@media screen and (max-width:414px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px
  }
}
