@charset "utf-8";
/*IPAフォント*/
@font-face {
	font-family: ipamp;
	src: url('../fonts/IPAfont00303/ipamp.ttf');
}

.ipamp {
	font-family: ipamp;
	font-weight: normal;
}

:root{
	--main-color: #305496;
	--sub-color: #fdf3e6;
	--color-bg: #f9f9f9;
	--color-gray: #f5f5f5;
	--color-darkgray: #808080;
	--color-blue: #00c7f1;
	--color-white: #fff;
	--color-beige: #f3f1e9;
}

[v-cloak] {
  display: none;
}

/*
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, 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;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
}

body {
    /* background-color: #f9f9f9; */
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul {
    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;
}
a:hover{
	opacity: .7;
}
a img{
	vertical-align: middle;
}

/* 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;
}

.pt10{ padding-top: 10px; }
.pt20{ padding-top: 20px; }
.pt30{ padding-top: 30px; }
.pt40{ padding-top: 40px; }
.pt50{ padding-top: 50px; }
.pt60{ padding-top: 60px; }
.pt70{ padding-top: 70px; }
.pt80{ padding-top: 80px; }
.pt90{ padding-top: 90px; }
.pt100{ padding-top: 100px; }
.pr10{ padding-right: 10px; }
.pr20{ padding-right: 20px; }
.pr30{ padding-right: 30px; }
.pr40{ padding-right: 40px; }
.pr50{ padding-right: 50px; }
.pr60{ padding-right: 60px; }
.pr70{ padding-right: 70px; }
.pr80{ padding-right: 80px; }
.pr90{ padding-right: 90px; }
.pr100{ padding-right: 100px; }
.pb10{ padding-bottom: 10px; }
.pb20{ padding-bottom: 20px; }
.pb30{ padding-bottom: 30px; }
.pb40{ padding-bottom: 40px; }
.pb50{ padding-bottom: 50px; }
.pb60{ padding-bottom: 60px; }
.pb70{ padding-bottom: 70px; }
.pb80{ padding-bottom: 80px; }
.pb90{ padding-bottom: 90px; }
.pb100{ padding-bottom: 100px; }
.pl10{ padding-left: 10px; }
.pl20{ padding-left: 20px; }
.pl30{ padding-left: 30px; }
.pl40{ padding-left: 40px; }
.pl50{ padding-left: 50px; }
.pl60{ padding-left: 60px; }
.pl70{ padding-left: 70px; }
.pl80{ padding-left: 80px; }
.pl90{ padding-left: 90px; }
.pl100{ padding-left: 100px; }

.pTB10{	padding-top: 10px; padding-bottom: 10px; }
.pTB20{	padding-top: 20px; padding-bottom: 20px; }
.pTB30{	padding-top: 30px; padding-bottom: 30px; }
.pTB40{	padding-top: 40px; padding-bottom: 40px; }
.pTB50{	padding-top: 50px; padding-bottom: 50px; }
.pTB60{	padding-top: 60px; padding-bottom: 60px; }
.pTB70{	padding-top: 70px; padding-bottom: 70px; }
.pTB80{	padding-top: 80px; padding-bottom: 80px; }
.pTB90{	padding-top: 90px; padding-bottom: 90px; }

.px10{	padding-left: 10px; padding-right: 10px; }
.px20{	padding-left: 20px; padding-right: 20px; }
.px30{	padding-left: 30px; padding-right: 30px; }
.px40{	padding-left: 40px; padding-right: 40px; }
.px50{	padding-left: 50px; padding-right: 50px; }
.px60{	padding-left: 60px; padding-right: 60px; }
.px70{	padding-left: 70px; padding-right: 70px; }
.px80{	padding-left: 80px; padding-right: 80px; }
.px90{	padding-left: 90px; padding-right: 90px; }

.pd10{ padding: 10px; }
.pd20{ padding: 20px; }
.pd30{ padding: 30px; }
.pd40{ padding: 40px; }
.pd50{ padding: 50px; }
.pd60{ padding: 60px; }
.pd70{ padding: 70px; }
.pd80{ padding: 80px; }
.pd90{ padding: 90px; }
.pd100{ padding: 100px; }

.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.mr10{ margin-right: 10px !important; }
.mr20{ margin-right: 20px !important; }
.mr30{ margin-right: 30px !important; }
.mr40{ margin-right: 40px !important; }
.mr50{ margin-right: 50px !important; }
.mr60{ margin-right: 60px !important; }
.mr70{ margin-right: 70px !important; }
.mr80{ margin-right: 80px !important; }
.mr90{ margin-right: 90px !important; }
.mr100{ margin-right: 100px !important; }
.mb10{ margin-bottom: 10px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb60{ margin-bottom: 60px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb80{ margin-bottom: 80px !important; }
.mb90{ margin-bottom: 90px !important; }
.mb100{ margin-bottom: 100px !important; }
.ml10{ margin-left: 10px !important; }
.ml20{ margin-left: 20px !important; }
.ml30{ margin-left: 30px !important; }
.ml40{ margin-left: 40px !important; }
.ml50{ margin-left: 50px !important; }
.ml60{ margin-left: 60px !important; }
.ml70{ margin-left: 70px !important; }
.ml80{ margin-left: 80px !important; }
.ml90{ margin-left: 90px !important; }
.ml100{ margin-left: 100px !important; }

.mXAuto{
  margin-left: auto;
  margin-right: auto;
}

.w1{ width: 1%; }
.w2{ width: 2%; }
.w3{ width: 3%; }
.w4{ width: 4%; }
.w5{ width: 5%; }
.w6{ width: 6%; }
.w7{ width: 7%; }
.w8{ width: 8%; }
.w9{ width: 9%; }
.w10{ width: 10%; }
.w20{ width: 20%; }
.w30{ width: 30%; }
.w40{ width: 40%; }
.w45{ width: 45%; }
.w46{ width: 46%; }
.w47{ width: 47%; }
.w50{ width: 50%; }
.w60{ width: 60%; }
.w70{ width: 70%; }
.w77{ width: 77%; }
.w80{ width: 80%; }
.w90{ width: 90%; }
.w100{ width: 100%; }

.mw10{ max-width: 10%; }
.mw20{ max-width: 20%; }
.mw30{ max-width: 30%; }
.mw40{ max-width: 40%; }
.mw45{ max-width: 45%; }
.mw46{ max-width: 46%; }
.mw47{ max-width: 47%; }
.mw50{ max-width: 50%; }
.mw60{ max-width: 60%; }
.mw70{ max-width: 70%; }
.mw77{ max-width: 77%; }
.mw80{ max-width: 80%; }
.mw90{ max-width: 90%; }
.mw100{ max-width: 100%; }

.halfWidth > div{
    width: calc(100% / 2);
}

.flDirRev{
  flex-direction: row-reverse;
}

.btn_more {
    display: block;
    transform: skew(-20deg,0deg);
    width: 200px;
    margin: 30px auto;
    font-size: 130%;
    color: #ffffff;
    background-color: #2974e5;
    padding: 10px 0px 10px 0px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn_more > span {
    display: block;
    transform: skew(20deg,0deg);
    font-weight: bold;
}

.btnlink{
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #2974e5;
	padding: 4px 50px 4px 15px;
	background-color: #2974e5;
	background-image: url(../img/bg_btnlink.png);
	background-position: 95% 45%;
	background-repeat: no-repeat;
}
.btnlink:hover{
	color: #2974e5;
	background-color: #FFF;
}

.btn-link{
	display: inline-block;
	padding: 10px 20px;
	background-color: #2974E5;
	color: #fff;
	text-decoration: none;
}

a.download{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 12px 20px;
}
a.download p:nth-child(1){
	color: #2974e5;
}
a.download p:nth-child(2){
	background-color: #2974e5;
	color: #fff;
	text-align: center;
	padding: 5px 50px;
}

.grecaptcha-badge {
  bottom: 70px !important;
}

#errors > ul {
  color: #f00;
  border-top: 1px dashed #f00;
  border-bottom: 1px dashed #f00;
  padding: .5em 0;
  margin-bottom: 2em;
}

.noDsp{
  display: none !important;
}

/* ClearFix
**************************************/
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*
**************************************/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateY(30px);
}
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* General
**************************************/
html,
input,
select,
textarea
{
	font-family: "メイリオ", Meiryo, "Noto Serif JP", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body{
	font-size:100%;
	line-height: 1.6;
}

.for-sp{
	display: none;
}

.fL{ float: left; }
.fR{ float: right; }
.ofHdn{ overflow: hidden; }
.flex{ display: flex; }
.jcSB{ justify-content: space-between; }
.jcSA{ justify-content: space-around; }
.jcFS{ justify-content: flex-start; }
.jcC{ justify-content: center; }
.fwWrap{ flex-wrap: wrap; }
.aiC{ align-items: center; }

.cldW48 > *{
  width: 48% !important;
}

.wmVR{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.rJustified{
	margin-left: auto;
}


/* .sec:last-child{
	margin-bottom: 0;
} */


.innerWrap{
	/* max-width: 1300px; */
	width: 1300px;
	margin: 0 auto;
	/* padding: 2em 10px; */
}

.tC{ text-align: center; }

.bBox{
	border: 1px #ccc solid;
/*	background: #ccc;*/
/*	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.bg{ background: var(--color-bg); }
.bgBlue{ background: var(--color-blue); }
.bgWhite{ background: var(--color-white); }
.bgGray{ background: var(--color-gray); }
.bgSubColor{ background: var(--sub-color); }
.bgBeige{ background: var(--color-beige); }
.tWhite,
.txtWhite{
  color: #fff;
}
.bgBlue.tWhite span{ color: #fff !important; }

.transparent{
	position: relative;
}
.transparent::before{
	content: "";         /* 疑似要素に必須 */
	width: 100%;         /* 幅いっぱい */
	height: 100%;        /* 高さいっぱい */
	display: block;      /* 高さを指定するためにブロック要素にする */
	/* background: linear-gradient(to left, rgba(0,0,0,0), #000 100%); 徐々に透明にする */
	/* background: radial-gradient(rgba(0,0,0,0), #000 70%);  */
	position: absolute;  /*  */
	top: 0;
	left: 0;
}



.red{
	color: #f00;
}
.b{ font-weight: bold; }

.tRight,
.tR
{
	text-align: right;
}

.idt1,
ul.att > li{
	text-indent: -1.0em;
	margin-left: 1.0em;
}

.w100per{ width: 100%; }
.w70per{ width: 70%; }
.r30per{ margin-left: 30%; }
.r50per{ margin-left: 50%; }

/* fonts
**************************************/
.fs90{ font-size: 90%; }

/* modal
**************************************/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 700px;
  min-height: 200px;
  max-height: 90vh;
  z-index: 100;
}
.modal .modal_detail{
  max-height: 64vh;
  overflow-y: auto;
}

/* .modal .ttl{
  color: var(--color-white);
  background-color: var(--main-color);
  padding: 10px;
  margin-bottom: .5em;
} */

.modal .detailList > dl{
  margin-bottom: 2em;
}

.modal .detailList > dl > div{
  display: flex;
  gap: 10px;
  border-bottom: 1px dotted #000;
  padding-bottom: .3em;
  margin-bottom: .5em;
}
.modal .detailList dl > div > dt{
  width: 220px;
}

.modal .modal_footer{
  margin-top: 1em;
}

.modal .btnList button{
  text-align: center;
  padding: 5px;
  min-width: 200px;
}
.modal .btnList button.cancel{
  color: var(--color-white);
  background-color: #f00;
  border: 1px solid #f00;
}

/* header
**************************************/
header section{
	background-color: var(--main-color);
	padding: 20px;
	margin-bottom: .5em;
}
header .innerWrap{
	color: var(--color-white);
}
header .innerWrap > div{
	gap: 20px;
	align-items: end;
}
header .innerWrap > div > div:nth-child(1){
	align-items: end;
	gap: 10px;
}

header .innerWrap a{
	color: var(--color-white);
}

header .menu{
	display: flex;
	gap: 20px;
}
header .menu .logout{
	color: #000;
	text-decoration: none;
	background-color: #ff9;
	border:1px solid #ff9;
	padding: 5px 25px;
}
header .menu .logout:hover{
	background-color: #fff;
}


/* contents
**************************************/

/* footer
**************************************/
footer{
  font-size: 60%;
  text-align: center;
  position: fixed;
  width: 100%;
  padding: 5px;
  bottom: 0;
  background-color: #fff;
}
