@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------------------------------------
　 　reset等
----------------------------------------------------------------------------------------------------------------------------------*/
*{
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	word-wrap:break-word;
    margin: 0;
    padding: 0;
}
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;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav 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;
	cursor: pointer;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
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;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
/*--------------------------------------------------------------------------------------------------------------------------
　　基本スタイル
--------------------------------------------------------------------------------------------------------------------------*/
html {height: 100%;}
body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
    overscroll-behavior: none;
    -ms-overscroll-behavior: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;font-family: "sawarabi-gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
 vertical-align: bottom;
}
p { line-height: 1.8em;}
ul,ol{letter-spacing: -0.5em;
}
li {
	list-style:none;
	letter-spacing: normal;
}
a{
    text-decoration: none;
	display: inline-block;
    cursor: pointer;
	color: #25367c;
}

@media only screen and (max-width: 800px) {

    body { font-size: 14px;}

}

/*--------------------------------------------------------------------------------------------------------------------------
　　form
--------------------------------------------------------------------------------------------------------------------------*/

input[type="text"] {
  vertical-align: middle;
}

input[type="text"], button, select, textarea, input[type="submit"] {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px;
  -webkit-appearance: none;
  appearance: none;
  border: #C4C4C4 1px solid;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

textarea {
    width: 100%;
    resize: vertical;
    min-height: 180px;
}

button {
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
  
input, textarea {
  padding: 10px 5px;
}

}

/*--------------------------------------------------------------------------------------------------------------------------
　　共通
--------------------------------------------------------------------------------------------------------------------------*/
.wrapper_add{
    width: 100%;
	min-height: 100vh;
    position: relative;
}
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bold{font-weight: bold;}
.small_txt { font-size: 77%!important;}
.l_16 { line-height: 1.6em!important;}
.u_line { text-decoration: underline;}

.fixed {
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
    height: 100%;
}
.a_center{text-align: center;}
.a_left{text-align: left;}
.a_right{text-align:right;}
.relative{position: relative;}



.font_min{
font-family: toppan-bunkyu-midashi-min-st, serif;
font-weight: 900;
font-style: normal;
}


/*--------------------------------------------------------------------------------------------------------------------------
　　header
--------------------------------------------------------------------------------------------------------------------------*/
.header_menu{
	position: fixed;
	top:0;
	right: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	z-index: 10000;
	background: rgba(255,255,255,.9);
	border-radius: 0 0 0 15px;
	padding: 2em 1em;
}
.header_menu .menu_item{
	display: inline-block;
	color: #25367c;
}
.menu_item:first-child,
.menu_item:nth-child(2){margin-bottom: 2em;}

.menu_item:last-child{padding-right: 10%;}

.header_menu i{font-size: 250%;}
.header_menu span{
	display: block;
	font-size: 90%;
}
@media print, screen and (max-width:1280px) {
	.header_menu i{font-size: 200%;}
	.header_menu span{font-size: 10px;}
}
@media print, screen and (max-width:550px) {
	.header_menu i{font-size: 150%;}
	.header_menu {padding: 1em 0.5em;}
}
/*--------------------------------------------------------------------------------------------------------------------------
　　footer
--------------------------------------------------------------------------------------------------------------------------*/
.footer_outline{
	border-top: solid #25367c 1px;
	padding-top: 1.5vw;
	background: linear-gradient(180deg,#eacb48 1.5vw,#fff 1.51vw,#fff 100%);
	color: #696969;
	font-size: 1.1vw;
}
.footer_inner{
	justify-content: space-between;
	align-items: center;
	padding: 1.5em;
}
.flogo {
    margin: 20px auto 0;
}
.flogo img {
    max-width: 120px;
}
.footer_list li{display: inline-block;}
.footer_list li:first-child{margin-right: 2em;}
.footer_list li a{ color: #4d4d4d;}

@media print, screen and (max-width:1280px) {
	.footer_outline{font-size: 100%;}
}
@media print, screen and (max-width:800px) {
	.footer_outline{font-size: 88%;}
}
@media print, screen and (max-width:600px) {
	.footer_inner {
    padding: 0;
		justify-content: center;
	}
	.footer_list{padding: 10px;}
	.copy{
		width: 100%;
    padding: 5px 10px;
    background: #ededed;
	}
}
