@charset "UTF-8";

html{ font-size: 62.5%;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q,
samp, small, strong, sub, sup, 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;
  vertical-align: baseline;
  background: transparent;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-appearance: none;
}

body {
  position: relative;
  display: block;
  background-color: #fff;
  color: #333;
  text-align: left;
  font-size: 1.6rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #07a0d2;
  text-decoration: none;
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-family: Meiryo,-apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,sans-serif;
  font-weight: 300;
}

a:visited { color: #07a0d2;}
a:hover { color: #07a0d2;}
a:focus,
a:active { color: #07a0d2;}

em,address { font-style: normal;}

hr { display: none;}

img {
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  vertical-align: bottom;
}

*:focus { outline: none;}

select option { padding: 0;}
label { cursor: pointer;}
strong{ font-weight: bold;}

input,
select{
  position: relative;
  padding: 0.5em 0.4em;
  width: 100%;
  display: block;
  outline: none;
  border: 0.1rem solid #ccc;
  border-radius: 0.2em;
  box-sizing: border-box;
  font-size: 1.6rem;
}

select{
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  position: relative;
}

select::-ms-expand { display: none;}

select:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  border-bottom: solid 0.2rem #b4b3b3;
  border-right: solid 0.2rem #b4b3b3;
  transform: rotate(45deg);
  content: "";
  pointer-events: none;
  z-index: 100;
}

.radio{ display: none;}

.radio + label{
  position:relative;
  margin: 0 2em 0 0;
  padding: 0 0 0 1.5em;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
}

.radio + label:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  border: 0.1rem solid #999;
  border-radius: 50%;
  content: "";
}

.radio:checked + label{
  color: #207fdc;
  font-weight: bold;
}

.radio:checked + label:after{
  position: absolute;
  top: 0;
  left: 0.3rem;
  bottom: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  display: block;
  background: #207fdc;
  border-radius: 50%;
  content: "";
}

.checkbox {display: none;}

.checkbox + label{
  position:relative;
  margin: 0 2em 0 0;
  padding: 0 0 0 1.5em;
  display: block;
  font-size: 1.6rem;
  line-height: 1.4;
}

.checkbox + label:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  border: 0.1rem solid #999;
  border-radius: 0.2em;
  content: "";
}

.checkbox:checked + label{
  color: #207fdc;
  font-weight: bold;
}

.checkbox:checked + label:after{
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 1.1rem;
  height: 0.6rem;
  display: block;
  border-left: 0.4rem solid #00aeef;
  border-bottom: 0.4rem solid #00aeef;
  transform: rotate( -45deg );
  content: "";
}

.form-table textarea{
  position: relative;
  margin: 0;
  padding: 0.6em;
  width: 100%;
  height:8.7em;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.4em;
  border: 0.1rem solid #ccc;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 769px) {

a { transition: all 0.3s ease; }
a:hover { opacity: 0.6; }

} /* End min 769 */

em { font-style: normal;}

hr { display: none;}

embed, object {
  outline: 0;
  vertical-align: bottom;
}



/******************************************************************** clearfix
*/

.clearfix { overflow: hidden;}


/* ===================================================================
 structure
=================================================================== */


#WRAPPER {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

footer { clear: both;}


@media screen and (max-width: 580px) {

#WRAPPER { padding-top: 8rem;}

}

@page { margin: 2rem;}


/* ===================================================================
 header
=================================================================== */

body.no-scroll{ overflow: hidden;}

header {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 9.5rem;
  transition: all 0.5s ease;
  z-index: 900;
}

header:after{
  position: fixed;
  top: 3rem;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 6.5rem;
  display: block;
  background-color: rgba(255,255,255,0.9);
  content: "";
  z-index: 1;
}

header .catch{
  margin: 0;
  padding: 0 2%;
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(0,51,118,0.85);
  color: #fff;
  font-size: 1.4rem;
  white-space: nowrap;
  transition: all 0.5s ease;
  opacity: 1;
}

header .head-body {
  position: relative;
  margin: 0 auto;
  padding: 0 0 0 2%;
  width: 100%;
  height: 6.5rem;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}

header .logo{
  position: relative;
  margin: 0;
  padding: 0;
  width: 98%;
  max-width: 60rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease;
}

header .logo .logo-main{
  position: relative;
  margin: 0;
  padding: 0;
  width: 43.16666666666666666666666%;
  max-width: 25.9rem;
  text-align: left;
}

header .logo .logo-main:after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 0.1rem;
  height: 4.1rem;
  display: block;
  background-color: #003376;
  content: "";
}

header .logo .logo-sub{
  position: relative;
  margin: 0;
  padding: 0;
  width: 56.8333333333333333333336%;
  max-width: 34.1rem;
  text-align: right;
}

header .logo img{ width: 94%;}

header .logo .logo-main img{ max-width: 23.6rem;}

header .logo .logo-sub img{ max-width: 31.8rem;}



/* global menu */

.global-menu .trigger{
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  margin: 0;
  padding: 0;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0.1rem solid #003376;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 1000;
}

.global-menu .menu-button strong{ display: none;}

.global-menu .menu-button em{
  position: relative;
  margin: -0.1rem 0 0;
  padding: 0;
  width: 3rem;
  height: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #003376;
  cursor:pointer;
  outline: 0;
  transition: .2s;
}

.global-menu .menu-button em:before,
.global-menu .menu-button em:after {  
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003376;
  transition: .2s;
  content: "";
}

.global-menu .menu-button em::before { transform: translateY(-0.8rem);}
.global-menu .menu-button em::after { transform: translateY(0.8rem);}
.global-menu .menu-button.active em { background-color: transparent;}
.global-menu .menu-button.active em::before { transform: rotate(45deg);}
.global-menu .menu-button.active em::after { transform: rotate(-45deg);}

.global-menu .hide-menu{
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;  
  background-color: rgba(238,238,238,0.9);
}

.global-menu .hide-menu.menu-on{ display: flex;}

.global-menu .hide-menu ul{
  position: relative;
  margin: 0;
  padding: 0 0 0 1.5em;
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.global-menu .hide-menu ul:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 0.1rem;
  height: 100%;
  display: block;
  background-color: #ccc;
  content: "";
}

.global-menu .hide-menu li{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
}

.global-menu .hide-menu li a{
  position: relative;
  padding: 1em 1em;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  white-space: nowrap;
}

.global-menu .hide-menu .menu-title-block{
  margin: 0;
  padding: 0 1.5em 0 0;
  width: 50%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  order: -1;
}

header .menu-logo{
  position: relative;
  margin: 0;
  padding: 0;
  width: 98%;
  max-width: 48rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

header .menu-logo .logo-main{
  position: relative;
  margin: 0.5em;
  padding: 0;
  width: 90%;
  max-width: 26rem;
}

header .menu-logo .logo-sub{
  position: relative;
  margin: 0 0.5em 0.5em;
  padding: 0;
  width: 90%;
  max-width: 26rem;
}

.global-menu .hide-menu .close-list{
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 2em;
  width: 100vw;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003376;
  color: #fff;
  font-size: 1.6rem;
  z-index: 900;
  cursor: pointer;
}
 
.global-menu .hide-menu .close-list em{
  position: relative;
  padding: 0 0 0 0;
  height: 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  outline: 0;
}

.global-menu .hide-menu .close-list em:before,
.global-menu .hide-menu .close-list em:after {  
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.5em;
  margin: auto;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #fff;
  content: "";
}

.global-menu .hide-menu .close-list em:before { transform: translateY(-0.6rem); transform: rotate(45deg);}
.global-menu .hide-menu .close-list em:after { transform: translateY(0.6rem); transform: rotate(-45deg);}



@media screen and (max-width: 580px) {

header { height: 8rem; background-color: #fff;}

header:after{ display: none;}

header .catch{
  margin: -3rem 0 0;
  opacity: 0;
}

header .head-body {
  height: 8rem;
  display: flex;
  flex-wrap: wrap;
}

header .logo{
  position: relative;
  margin: 1rem 0;
  padding: 0;
  width: 98%;
  max-width: 20rem;
  height: 6rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 500;
}

header .logo .logo-main,
header .logo .logo-sub{
  width: 100%;
  max-width: 100%;
}

header .logo .logo-main:after{ display: none;}

header .logo img,
header .logo .logo-main img,
header .logo .logo-sub img{ width: 100%; max-width: 100%;}


/* global menu SP */

.global-menu .trigger{
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 8rem;
  height: 8rem;
  border: none;
  background-color: #003376;
}

.global-menu .menu-button strong{ display: none;}

.global-menu .menu-button em{
  width: 4.8rem;
  height: 0.3rem;
  background-color: #fff;
}

.global-menu .menu-button em:before,
.global-menu .menu-button em:after { background-color: #fff;}

.global-menu .menu-button em::before { transform: translateY(-1.4rem);}
.global-menu .menu-button em::after { transform: translateY(1.4rem);}


.global-menu .hide-menu{
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.global-menu .hide-menu.menu-on{ display: flex;}

.global-menu .hide-menu ul{
  position: relative;
  margin: 0;
  padding: 0 0 0;
  width: 90%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.global-menu .hide-menu ul:before{ display: none;}

.global-menu .hide-menu li{
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 0.1rem dotted #999;
}


.global-menu .hide-menu li a{
  position: relative;
  padding: 1em 1em;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.4;
  white-space: nowrap;
}

.global-menu .hide-menu .menu-title-block{ display: none;}

}/* End head SP 580 */


@media screen and (min-width: 581px) and (max-width:720px) {

header .logo{ max-width: 50rem;}
header .logo img{ width: 94%;}
header .logo .logo-main img{ max-width: 22rem;}
header .logo .logo-sub img{ max-width: 28rem;}

}/* End head TAB */





@media screen and (min-width: 1280px) {

body{ overflow: auto !important;}
body.no-scroll{ overflow: auto;}

/* global menu PC */

.global-menu .trigger{ display: none;}

.global-menu .hide-menu{
  position: relative;
  top: inherit;
  left: inherit;
  margin: 0 0 0 2em;
  padding: 0;
  width: auto;
  height: 6.5rem;
  display: block!important;
  background-color: transparent;
  transition: .2s;
}

.global-menu .hide-menu ul{
  margin: 0;
  padding: 0;
  width: auto;
  height: 6.5rem;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: .2s;
}

.global-menu .hide-menu li{
  position: relative;
  margin: 0;
  padding: 0;
  width: inherit;
  display: block;
}

.global-menu .hide-menu li a{
  position: relative;
  margin: 0;
  padding: 0 1.1vw 0;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}

.global-menu .hide-menu li a:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 6.5rem;
  display: block;
  background-color: #ccc;
  content: "";
}

.global-menu .hide-menu .menu-title-block,
.global-menu .hide-menu .close-list{ display: none;}

}/* End head PC */




/* ===================================================================
 footer
=================================================================== */


footer{
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #003376;
}


footer .copy{
  margin: 0;
  padding: 1.5em 0.5em;
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: inherit;
  text-align: center;
}


footer .foot-br { display: none;}


@media screen and (max-width: 480px) {

footer .foot-br { display: block;}

}/* End foot SP 480 */


/* PAGE TOP */

.page-top{
  position: fixed;
  right: 2rem;
  left: auto;
  width: 4.4rem;
  height: 4.4rem;
  display: block;
  background-color:#003376;
  border: 0.2rem solid #fff;
  overflow:hidden;
  outline:none;
  z-index: 800;
}

.page-top a span{
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  margin: auto;
  padding: 4.4rem 0 0;
  width: 4.4rem;
  height: 0;
  display:block;
  overflow: hidden;
  background: url(/common/img/icon_arrow_white.svg) center center no-repeat;
  background-size: 2.8rem;
  transform: rotate( -90deg );
  line-height: 300;
}

@media screen and (max-width: 600px) {

.foot-print{ border-top: 0.1rem dotted #ccc; order: 10;}

}/* max-600 */


@media screen and (min-width: 769px), print {

/* PAGE TOP TAB */

.page-top{
  position: fixed;
  width: 6rem;
  height: 6rem;
}

.page-top a span{
  padding: 6rem 0 0;
  width: 6rem;
  background: url(/common/img/icon_arrow_white.svg) center center no-repeat;
  background-size: 3.6rem;
}

}/* 769 */




/* ===================================================================
 contents
=================================================================== */

.contents-body{
  position: relative;
  margin: auto;
  padding: 0 0 4em;
  width: 100%;
  min-height: 100vh;
}

.serif{ font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;}

.contents-section{
  width: 100%;
  padding: 9rem 0 6rem 0;
}

.contents-section .contents-inner{
  max-width: 1100px;
  margin: auto;
  padding: 0 2rem;
}

.contents-section .section-ttl{
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  color: #003376;
  font-family: "Noto Sans JP","Meiryo","-apple-system","BlinkMacSystemFont","Hiragino Kaku Gothic ProN","sans-serif";
}

.contents-section .section-ttl::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3.1rem; 
  display: inline-block;
  width: 20rem; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  border-bottom: 3px solid #974407;
}

.contents-section .section-ttl em{
  font-size: 1.7rem;
  font-weight: 500;
}

@media screen and (min-width: 580px) {
.contents-section .section-ttl{
  margin-bottom: 6rem;
}

}/* End max 580 */

/* ===================================================================
 HOME
=================================================================== */

.home-intro{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
}

.home-main-title{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 55%;
  display: flex;
  align-items: center;
}

.home-main-title .title-inner{
  position: relative;
  margin: 0;
  padding: 1em 0 1em 1em;
  width: 100%;
  display: flex;
  flex-direction: column;  
  background-color: rgba(151,68,7,0.55);
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4;
  text-align: left;
  text-shadow: 0.1rem 0.1rem 0.1rem #333333;
  z-index: 100;
}

.home-main-title .title-inner strong:first-child{ padding: 0 0.5em 1.5rem 0; border-bottom: 0.1rem solid #fff; font-weight: 400;}
.home-main-title .title-inner strong:last-child{ padding: 1.5rem 0.5em 0 0; font-size: 2.4rem; font-weight: 400;}

.home-main-title .title-inner span{
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.home-intro .bg-image:before,
.home-intro .bg-image:after{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 25%;
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);
  content: "";
}



@media screen and (max-width: 580px) {

.home-main-title{ width: 75%;}
.home-main-title .title-inner{
  padding: 0.9em 0 0.9em 1em;
  font-size: 2rem;
}

.home-main-title .title-inner strong:first-child{ display: none;}
.home-main-title .title-inner strong:last-child{ padding: 0 0.5em 0 0; font-size: 1.9rem; font-weight: 400;}

.home-intro .bg-image{
  position: relative;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 100% 0 0 0;
  width: 100%;
  height: 0;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.home-intro .bg-image img{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-intro .bg-image:before,
.home-intro .bg-image:after{
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 8%, rgba(255,255,255,0) 100%);
}

}/* End max 580 */



@media screen and (min-width: 581px) and (max-width:720px) {

.home-main-title{ width: 65%;}
.home-main-title .title-inner strong:first-child{ display: none;}
.home-main-title .title-inner strong:last-child{ padding: 0 0.5em 0 0; font-size: 2.4rem; font-weight: 400;}

}/* End head TAB */


@media screen and (min-width: 1280px) {

.home-main-title{ width: 55%;}

.home-main-title .title-inner{
  padding: 1em 0 1em 1.5em;
  font-size: 3rem;
}

.home-main-title .title-inner strong:first-child{ padding: 0 0.5em 1.5rem 0; border-bottom: 0.1rem solid #fff; font-weight: 400;}
.home-main-title .title-inner strong:last-child{ padding: 1.5rem 0.5em 0 0; font-size: 2.8rem; font-weight: 400;}

.home-main-title .title-inner span{
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}


}/* End min 1280 */




/* ===================================================================
 margin padding
=================================================================== */

.mt-1{ margin-top: 1em;}
.mt-2{ margin-top: 2em;}
.mt-3{ margin-top: 3em;}
.mt-4{ margin-top: 4em;}
.mt-5{ margin-top: 5em;}
.mt-6{ margin-top: 6em;}
.mt-7{ margin-top: 7em;}

.mb-1{ margin-bottom: 1em;}
.mb-2{ margin-bottom: 2em;}
.mb-3{ margin-bottom: 3em;}
.mb-4{ margin-bottom: 4em;}
.mb-5{ margin-bottom: 5em;}
.mb-6{ margin-bottom: 6em;}
.mb-7{ margin-bottom: 7em;}

.ml-1{ margin-left: 1em;}
.ml-2{ margin-left: 2em;}
.ml-3{ margin-left: 3em;}
.ml-4{ margin-left: 4em;}

.mr-1{ margin-right: 1em;}
.mr-2{ margin-right: 2em;}
.mr-3{ margin-right: 3em;}
.mr-4{ margin-right: 4em;}

.pt-1{ padding-top: 1em;}
.pt-2{ padding-top: 2em;}
.pt-3{ padding-top: 3em;}
.pt-4{ padding-top: 4em;}
.pt-5{ padding-top: 5em;}
.pt-6{ padding-top: 6em;}
.pt-7{ padding-top: 7em;}

.pb-1{ padding-bottom: 1em;}
.pb-2{ padding-bottom: 2em;}
.pb-3{ padding-bottom: 3em;}
.pb-4{ padding-bottom: 4em;}
.pb-5{ padding-bottom: 5em;}
.pb-6{ padding-bottom: 6em;}
.pb-7{ padding-bottom: 7em;}

.pl-1{ padding-left: 1em;}
.pl-2{ padding-left: 2em;}
.pl-3{ padding-left: 3em;}
.pl-4{ padding-left: 4em;}

.pr-1{ padding-right: 1em;}
.pr-2{ padding-right: 2em;}
.pr-3{ padding-right: 3em;}
.pr-4{ padding-right: 4em;}


/* ===================================================================
 SP-ONLY PC-ONLY
=================================================================== */

.pc-onry { display:inline; }
.sp-onry { display:none; }

@media screen and (max-width: 700px){   
.pc-onry { display:none; }
.sp-onry { display:inline; }
}


/* IE */
@media all and (-ms-high-contrast: none) {

.home-intro .bg-image img.object-fit-img{
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}

}/* End IE */


/* ===================================================================
 MESSAGE
=================================================================== */

#MESSAGE .contents-inner .lead-txt{
  margin: 1.5rem 0;
  font-size: 1.8rem;
  line-height: 1.6;
}

#MESSAGE .contents-inner .clearfix img{ margin: 1.5rem 0;}

@media screen and (min-width: 580px) {

.contents-body #MESSAGE.contents-section { margin-top: -10rem;}

#MESSAGE .section-ttl {margin-bottom: 2rem;}

}/* End max 580 */


@media screen and (min-width: 720px) {

#MESSAGE .clearfix { margin: 0;}

#MESSAGE .clearfix .lead-box{ margin: 0;}

#MESSAGE .clearfix .lead-box{
  float: left;
  width: 60%;
}

#MESSAGE .clearfix picture{
  float: left;
  width: 37.5%;
  margin: 1rem 0 1rem 2.5%;
}

#MESSAGE .contents-inner .clearfix img{ margin:0;}

}/* End max 720 */

@media screen and (min-width: 1280px) {
  

}/* End min 1280 */

/* ===================================================================
 ABOUT
=================================================================== */

#ABOUT{  position: relative;}

#ABOUT .bg-image img{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: -5;
}

#ABOUT .clearfix img{
  width: 95%;
  margin: 0 2.5%;
}

#ABOUT .clearfix .about-info{
  width: 94%;
  margin: 1rem auto;
}

#ABOUT .clearfix .about-info dt{
  margin: 0 0 0 0;
  padding: 1rem 0 0 0;
  color: #003376;
}

#ABOUT .clearfix .about-info dd{
  display: block;
  padding: 0 0 1rem 0 ;
  border-bottom: 1px dashed #ccc;
}

@media screen and (min-width: 720px) {

#ABOUT .clearfix picture{
  float: left;
  width:38%;
  padding: 0 2% 0 0; 
}

#ABOUT .clearfix img{
  width: 100%;
  margin: 0;
}

#ABOUT .clearfix .about-info{
  float: left;
  width: 55%;
  margin: 2rem 0 0 5%;
}

#ABOUT .clearfix .about-info dt{
  float: left;
  width: 14rem;
  margin: 0 auto 0.7rem 0;
  padding: 1rem 0 0 1.5rem;
  text-align: left;
  border-top: 1px dashed #ccc;
}

#ABOUT .clearfix .about-info dd{
  display: block;
  width: calc(100% - 14rem);
  margin: 0 auto 0.7rem 14rem;
  padding: 1rem 0 0 0;
  text-align: left;
  border-top: 1px dashed #ccc;
  border-bottom: none;
}

#ABOUT .clearfix .about-info .top-dt,
#ABOUT .clearfix .about-info .top-dd{
  padding-top: 0;
  border-top: none;
}

}/* End min 720 */

@media screen and (min-width: 1280px) {
 

}/* End min 1280 */



/* ===================================================================
 MEMBER
=================================================================== */

#MEMBER .profile-box{
  width: 100%;
  margin: 0 auto 6rem auto;
}

#MEMBER .contents-inner .member-ttl{
  margin: 1rem auto;
  padding: 1rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #003376;
  text-align: center;
  border-bottom: #003376 1px solid;
}
 
#MEMBER .profile-box .member-name{
  display: block;
  width: 100%;
  margin: 2rem auto;
  padding: 1.5rem;
  background-color: #efefef;
  color: #003376;  
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}

#MEMBER .profile-box .member-name span{
  font-size: 3rem;
  font-weight: 800;
}

#MEMBER .profile-box .member-name em{
  font-size: 1.4rem;
  font-weight: 400;
}

#MEMBER .profile-box .profile-ttl {
  display: block;
  position: relative;
  width: 100%;
  margin: 1rem 2% 1rem 0;
  color: #003376;
  font-size: 1.8rem;
  font-weight: 600;
}

#MEMBER .profile-box .profile-ttl::after {
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 4.5rem;
  width: calc(100% - 4.5rem);
  height: 0.1rem;
  border-bottom: solid 1px #003376;
  content: "";
}

#MEMBER .profile-box .pr-dl{
  margin:0 0 1.5rem 1rem;
  overflow: hidden;
  font-size: 1.6rem;
}

#MEMBER .profile-box .pr-dl dt{
  display: block;
  float: left;
  width: 6.5rem;
  margin: 0.3rem 0;
}

#MEMBER .profile-box .pr-dl dd{
  display: block;
  float: left;
  width: calc(100% - 6.5rem);
  margin: 0.3rem 0;
}

#MEMBER .profile-box .pr-ul{
  list-style: disc;
  padding: 0 0 0 3.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

#MEMBER .profile-box .pr-ul li{ margin: 0.6rem 0;}

@media screen and (min-width: 580px) {

#MEMBER .profile-box{ width: 90%;}

}/* End min 580 */

@media screen and (min-width: 720px) {

#MEMBER .member-box{ display: flex;}

#MEMBER .profile-box{
  width: 30%;
  margin: 0 1.5% 6rem 1.5%;
}

}/* End min 720 */

@media screen and (min-width: 1280px) {
  

}/* End min 1280 */


/* ===================================================================
 SERVICE
=================================================================== */

#SERVICE{background-color: #def5ff;}

#SERVICE .service-box .service-content{
  position: relative;
  width: 90%;
  margin: 7rem auto;
}

#SERVICE .service-box .service-content .txt{
  margin-bottom: 1rem;
  line-height: 1.7;
}

#SERVICE .service-content .service-pic {
  display: block;
  position: relative;
  margin: 0 0 2rem 0;
  box-shadow: 0.5rem 0.5rem 0 0 rgb(0 51 118 / 100%);
}

#SERVICE .service-content .service-no {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6rem;
  height: 5.5rem;
  padding: 1rem 0 0 0 ;
  background-color: #003376;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
}

#SERVICE .service-content .service-name {
  position: relative;
  display: block;
  margin: 2.5rem 0 2rem 0;
  padding: 0 0 0 1.5rem;
  color: #003376;
  font-size: 1.8rem;
  font-weight: 600;
}

#SERVICE .service-content .service-name span{background-color:#def5ff ;}

#SERVICE .service-content .service-name::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 2.5rem;
  background-color: #003376;
  content: "";
}

#SERVICE .service-content .service-name::after {
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 28.5rem;
  width: calc(100% - 28.5rem);
  height: 0.1rem;
  border-bottom: dashed 1px #003376;
  content: "";
}

#SERVICE .service-content .service-name.service02::after {
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 19rem;
  width: calc(100% - 19rem);
  height: 0.1rem;
  border-bottom: dashed 1px #003376;
  content: "";
}

#SERVICE .service-content .service-name.service03::after {
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 28.5rem;
  width: calc(100% - 28.5rem);
  height: 0.1rem;
  border-bottom: dashed 1px #003376;
  content: "";
}


@media screen and (min-width: 720px) {

#SERVICE .service-box {display: flex;}

#SERVICE .service-box .service-content {
  width: 30.33333333%;
  margin: 0 1.5%;
}

/*#SERVICE .service-content .service-name::after,
#SERVICE .service-content .service-name.service02::after,
#SERVICE .service-content .service-name.service03::after {
  display: none;
}*/

#SERVICE .service-content .service-name::after {
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 28.5rem;
  width: calc(100% - 28.5rem);
  height: 0.1rem;
  border-bottom: dashed 1px #003376;
  content: "";
}

#SERVICE .service-content .service-name.service02::after {
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 19rem;
  width: calc(100% - 19rem);
  height: 0.1rem;
  border-bottom: dashed 1px #003376;
  content: "";
}

#SERVICE .service-content .service-name.service03::after {
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 28.5rem;
  width: calc(100% - 28.5rem);
  height: 0.1rem;
  border-bottom: dashed 1px #003376;
  content: "";
}


}/* End head TAB */

@media screen and (min-width: 1280px) {
  

}/* End min 1280 */

/* ===================================================================
 COLUMN
=================================================================== */

#COLUMN {position: relative;}

#COLUMN .contents-section .section-ttl{margin: 0;}

#COLUMN .bg-image{
  position: relative;
  margin:-20rem auto 0 auto;
  text-align: center;
  z-index: -5;
}

#COLUMN .bg-image img{
  width: 45rem;
  height: auto;
  object-fit: cover;
  opacity: 50%;
}

#COLUMN .contents-inner .column-list{
  z-index: 0;
  margin: -8rem auto 0 auto;
}

#COLUMN .contents-inner .column-list .match{
  overflow: hidden;
  width: 95%;
  margin: 3rem auto;
}

#COLUMN .contents-inner .column-list .match:hover{
  opacity: 80%;
  transition: 0.3s ease-in-out;
}

#COLUMN .contents-inner .column-list .match .photo{
  float: left;
  width: 30%;
  padding: 0 1rem 0 0 ;
}

#COLUMN .contents-inner .column-list .match .photo img{
  object-fit: cover;
}

#COLUMN .contents-inner .column-list .match dl{
  float: left;
  width: 70%;
  padding: 0 0 0 1.5rem;
}

#COLUMN .contents-inner .column-list dt{
  width: 80%;
  padding: 0.2rem 0;
  background-color: #003376;
  text-align: center;
  color: #fff;
}

#COLUMN .contents-inner .column-list dd{
  margin: 1rem 0 0.5rem 0;
  color: #333333;
  font-size: 1.6rem;
}

#COLUMN .contents-inner .column-list dd time{ line-height: 2;}

#COLUMN .contents-inner .column-link.arrow-link{ text-align: center;}

#COLUMN .contents-inner .column-link.arrow-link a{
  position: relative;
  padding: 0 2rem;
  border-bottom: 1px solid;
}

#COLUMN .contents-inner .column-link.arrow-link a::before{
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  padding: 0;
  background: url(/common/img/icon_arrow_l-blue.svg) center center no-repeat;
  background-size: contain;
  content: "";
}


@media screen and (min-width: 720px) {

#COLUMN .contents-inner .column-list{  margin: -6rem auto 2rem auto;}

#COLUMN .contents-inner .column-list .match{
  float: left;
  width: 21%;
  margin: 0 2% 6rem 2%;
}

#COLUMN .contents-inner .column-list .match .photo{
  float: none;
  width: 100%;
  padding:0;
}

#COLUMN .contents-inner .column-list .match .photo img{
  height: 205px;
  object-fit: cover;
}

#COLUMN .contents-inner .column-list .match dl{
  float: none;
  width: 100%;
  padding: 0;
}

#COLUMN .contents-inner .column-list dt{ width: 100%;}

#COLUMN .contents-inner .column-list dd time{ line-height: 3;}

}/* End min 720 */


/* ===================================================================
 CONTACT
=================================================================== */


#CONTACT{ position: relative;}

#CONTACT .bg-image img{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: -5;
}

#CONTACT .contents-inner{
  width: 90%;
  padding: 3rem 1rem 2rem 1rem;
  background-color: #fff;
  text-align: center;
}

#CONTACT .contents-inner .lead-txt{
  color: #003376;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}

#CONTACT .button {
  position: relative;
  margin: 3rem auto 1.5rem auto;
  width: 95%;
  max-width: 30em;
}

#CONTACT .button a {
  display: block;
  position: relative;
  z-index: 100;
  margin: 0 0 1em;
  padding: 1em;
  border-radius: 2em;
  background: rgb(0,167,209);
  background: linear-gradient(180deg, rgba(0,167,209,1) 0%, rgba(0,51,118,1) 100%);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

#CONTACT .button a:before {
  display: block;
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  padding: 0;
  background: url(/common/img/icon_arrow_white.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

#CONTACT .size-m a,
#CONTACT .size-m button {
  position: relative;
  margin: 0 auto 1rem;
  padding: 1.5rem 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}


@media screen and (min-width: 580px) {

#CONTACT .contents-inner .lead-txt{
  font-size: 2rem;
  text-align: center;
}

#CONTACT .button {
  width: 60%;
  margin: 4.5rem auto 1.5rem auto;
  font-size: 1.8rem;
}

}/* End head 580 */

@media screen and (min-width: 720px) {

#CONTACT .contents-inner{
  width: 60%;
  padding: 4rem;
}

#CONTACT .button {
  width: 70%;
}

}/* End max TAB */

@media screen and (min-width: 1280px) {

#CONTACT .button {
  width: 50%;
}

}/* End max 1280 */


/* ===================================================================
 ACCESS
=================================================================== */

#ACCESS .contents-inner .access-name{
  padding: 2rem;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  border-bottom: solid 1px #333;
}

#ACCESS .contents-inner .access-name em{
  font-size: 1.5rem;
  font-weight: 800;
}

#ACCESS .contents-inner .map{
  width: 100%;
  height: 35rem;
  margin: 2rem 0;
}

#ACCESS .contents-inner .map iframe{
  width: 100%;
  height: 35rem;
}

#ACCESS .contents-inner .add-block{
  display: block;
  width: 100%;
  margin: auto;
  padding: 1rem 2rem;
  background-color: #efefef;
  color: #003376;
}

#ACCESS .contents-inner .add-block .add1 {
  display: inline-block;
  position: relative;
  margin: 0.5rem 0;
  padding: 0.2rem 1rem;
  color:  #003376;
  font-weight: 600;
}

#ACCESS .contents-inner .add-block .add1::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: -0.2rem;
  width: 0.5rem;
  height: 2rem;
  background-color: #003376;
  content: "";
}

@media screen and (min-width: 720px) {

#ACCESS .contents-inner .add-block{
  width: 70%;
  padding: 2rem 4rem;
}

#ACCESS .contents-inner .map,
#ACCESS .contents-inner .map iframe{
  height: 26rem;
}

#ACCESS .clearfix .add2{
  float: left;
  width: 50%;
  margin: 1rem 3% 1.5rem 0;
}

#ACCESS .clearfix picture{
  float: left;
  width: 47%;
  margin: 1rem 0 1.5rem 0;
}

}/* End min 720 */


@media screen and (min-width: 1280px) {

}/* End min 1280 */


/* ===================================================================
 お問い合わせ（/contact/form.php/）、コラム（/column/list.php/）共通
=================================================================== */
.hidden {display:none;}

.red {color:#f00;}

#MESSAGE-SS,
#ABOUT-SS,
#MEMBER-SS,
#SERVICE-SS,
#ACCESS-SS {
	margin-top:-3em;
	padding-top:3em;
}

@media screen and (min-width:571px) {
  section.contents-section.form {padding-top:8em;}
}

/* ===================================================================
 お問い合わせ（/contact/form.php/）
=================================================================== */
.caution {
  max-width: 1100px;
  width:83.8%;
  margin:0 auto 4em;
}

.caution dt {
  margin: 1rem auto;
  padding: 1rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #003376;
  text-align: center;
  border-bottom: #003376 1px solid;
}

.caution dd {
  margin: 0.6rem 0.6rem;
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.6;
}

.caution dd::before {
  content: "・";
}

#FORM {
	margin-top:-6em;
	padding-top:6em;
}

.form-title {
  max-width: 1100px;
  width:83.8%;
  margin: 1rem auto;
  padding: 1rem 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #003376;
  text-align: center;
  border-bottom: #003376 1px solid;
}

.form-table {
  max-width: 1100px;
  width:83.8%;
  margin:1em auto 0;
}

.form-table tr,.form-table th,.form-table td {display: block;}

.form-table tr {
  width:calc(100% - 2em);
  margin: 0 auto 1em;
}

@media screen and (min-width: 720px) {
  .form-table tr {
    display:table-row;
    margin:0;
  }
  
  .form-table th,.form-table td {display:table-cell;vertical-align: top;}

  .form-table th {
    width: 12em;
    padding: 0 0 1em 1em;
  }

  .form-table td {
    padding: 0 1em 1em 0;
  }

}/* End min 720 */

.form-table th span {
  display: inline-block;
  margin: 0 0 0 0.5em;
}

.form-table td ::placeholder {
  color:#999;
}

.form-table td span {
  display: block;
  margin: 0 0 0.5em 0;
}

.form-table textarea {
}

.zip {
  display: inline-block;
  width: 6.5em;
}

.w100 {
  width: 100%;
}

.pp {
  margin:2em auto 0em;
}

.privacypolicy {
  overflow-y: scroll;
  max-width:900px;
  width:83.8%;
  height:20em;
  margin:1em auto;
  padding:1em 1em 1em 1em;
  border: 1px solid #999;
  box-sizing: border-box;
}

.privacypolicy dt {
  margin:1em 0 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
}

.privacypolicy dd {
  margin:0.3em 0 0 0;
  font-size: 1.6rem;
  line-height: 1.6;
}

.privacypolicy dd ol {
  counter-reset:pp;
}

.privacypolicy dd li {
  margin:0.5em 0 0 0;
  padding: 0 0 0 1.5em;
  text-indent:-1.5em
}

.privacypolicy dd li::before {
  counter-increment:pp;
 content: "("counter(pp)")";
}

.pp h4 {
  display: block;
  text-align: center;
  font-weight: bold;
}

.agree {
  margin: 0 auto 3em;
  width:82.0%;
  text-align: center;
}

.agree input {
  display: inline-block;
  width: auto;
}

.agree label {
  cursor: pointer;
}

.mold_area {
  margin: 3em auto 0;
  width:82.0%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  text-align: center;
}

.mold {
  padding: 1em 0 1em 1em;
  width: 65%;
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
}

.mold button {
  margin: auto;
  padding: 0.6em;
  width: 100%;
  display: block;
  background-color: #3273ba;
  border-radius: 6px;
  border: 2px solid #1e53a1;
  border-top: 2px solid #c1d5ea;
  border-left: 2px solid #c1d5ea;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 2px #555;
}

.mold.gray {
  padding: 1em 1em 1em 0;
  width: 35%;
}

.mold.gray button {
  background-color: #eee;
  border: 2px solid #ccc;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  color: #666;
  font-size: 1.6rem;
}


.txt.center {
  text-align: center;
  line-height: 1.8;
}

.txt.center + .column-link.arrow-link {
  margin: 3em auto 0;
  text-align: center;
}

.txt.center + .column-link.arrow-link a{
  position: relative;
  padding: 0 2rem;
  border-bottom: 1px solid;
}

.txt.center + .column-link.arrow-link a::before{
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  padding: 0;
  background: url(/common/img/icon_arrow_l-blue.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

/* ===================================================================
 コラム（/column/list.php/）
=================================================================== */

.column_entry {
	max-width: 1100px;
	width:83.8%;
	margin: 0 auto 4em;
	border: 1px solid #999;
	border-radius: 12px;
}

.column_entry:last-child {
	margin: 0 auto 0;
}

.column_entry > .year {
  width:100%;
  padding: 1.5em 2em 1.5em 2em;
  text-align: left;
  cursor:pointer;
}

.column_entry > .year span {
  font-size: 2.4rem;
  font-weight: 800;
	color: #003376;
}

.column_entry .switch:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  background:url("../img/icon_arrow_blue.svg") 0 0 no-repeat;
  background-size:24px 24px;
  -webkit-transition-property:background,-webkit-transform;
  -webkit-transition-duration:0.5s;
  transition-property:background,transform;
  transition-duration:0.5s;
  transform: rotateZ(90deg);
}

.column_entry .switch.active:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  background:url("../img/icon_arrow_blue.svg") 0 0 no-repeat;
  background-size:24px 24px;
  -webkit-transform: translate(0,0) rotate(0deg);
  transform: translate(0,0) rotate(0deg);
}

.column_entry .toggle:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  background:url("../img/icon_arrow_blue.svg") 0 0 no-repeat;
  background-size:24px 24px;
  -webkit-transition-property:background,-webkit-transform;
  -webkit-transition-duration:0.5s;
  transition-property:background,transform;
  transition-duration:0.5s;
}

.column_entry .toggle.active:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  float: right;
  background:url("../img/icon_arrow_blue.svg") 0 0 no-repeat;
  background-size:24px 24px;
  -webkit-transform: translate(0,0) rotate(90deg);
  transform: translate(0,0) rotate(90deg);
}

.column_entry .hide-box{display:none;}

.articles {
  width:100%;
  margin: 0em 0 0 0;
  padding: 0 2em 1.5em 2em;
  text-align: left;
}

.entry {
  margin: -6em 0 0 0;
  padding:7.5em 0 4.5em 0;
  letter-spacing: -.4em;
}

.entry:last-child {
  margin: -6em 0 0 0;
  padding:7.5em 0 2.5em 0;
}

.entry *{
  letter-spacing:normal;
}

.title {
  width:100%;
  margin: 0 0 1em 0;
  padding:0 0 1.5em 0;
  text-align: center;
  border-bottom:solid 1px #999;
}

.title em {
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 800;
}

.icon {
  width:100%;
  margin: 0 0 2em 0;
}

.icon li {
  display: inline-block;
  padding: 0.5em 0;
  text-align: center;
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
  border: 1px solid #999;
  background-color: #eee;
}

.data {
  width:8em;
  margin: 0 1em 0 0;
}

.tag {
  width: 12em;
  margin: 0 0 0 0;
}

.img {
  display: inline-block;
  width:37.5%;
  vertical-align: top;
}

.img img{
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .img {
    display: block;
    width:100%;
    margin: 0 0 1.6em 0;
  }
}

.item {
  width:100%;
  margin: 0 0 0 0;
}

@media screen and (min-width: 768px) {
  .img + .item {
    display: inline-block;
    width:60%;
    margin: 0 0 0 2.5%;
    vertical-align: top;
  }
}

.text {
  width:100%;
  font-size: 1.6rem;
  line-height: 1.8;
  word-wrap: break-word;
}

.list {
  width:100%;
  margin:1.8em 0 0 0;
  letter-spacing: -.4em;
}

.list:before {
  display:block;
  width:100%;
  padding: 0 0 0.8em 0;
  content: "参照リンク";
  color: #666;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing:normal;
  border-bottom:dashed 1px #999;
}

.list li{
  display:block;
  width:100%;
  margin:1.5em 0 0 0;
  letter-spacing:normal;
}

.list a {
  display: inline-block;
  padding:0 0 0 1.5em;
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}

.cell a {
  display: inline-block;
  padding:0 0 0 30px;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
}

.link {
  background:url("../img/icon_link.svg") 0 0 no-repeat;
  background-size:16px 16px;
}

.pdf {
  background:url("../img/icon_pdf.svg") 0 0 no-repeat;
  background-size:16px 16px;
}

.form.contents-section .section-ttl {
  border-top: 1px solid rgba(126, 146, 175, 0.85);
  margin-top: -9rem;
  padding-top: 9rem;
}

@media screen and (min-width: 580px) {
.form.contents-section .section-ttl {
  border-top: 1px solid rgba(126, 146, 175, 0.85);
  margin-top: -3.3rem;
  padding-top: 6rem;
}
}


