@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;	
}
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;
}

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

section {
	width: 100%;
	clear: both;
	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;
    text-decoration: none;
	color:#000;
}

sup {
	vertical-align:top;
}

/* change colours to suit your needs */
ins {
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ccc;
	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;
	vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em auto;
	padding:0;
    max-width:1000px; 
}

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}



/******* cleafix ********/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}


/******* setting ********/
html{
	font-size:17px;
}
body {
	font-family: "Barlow",'Noto Sans JP', sans-serif;
	background: url("../images/common/bg_grid.jpg") center;
	background-size: 15%;
	line-height: 1.8;
	color: #000;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
}

.pc_disp {display: block;}
.sp_disp {display: none;}
.tab_disp {display: block;}
.pc_img {display: inline-block;}
.sp_img {display: none;}
.tab_img {display: inline-block;}

a img:hover,
input[type=image]:hover {
	opacity: .6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #1f518e;
}

#wrapper {
    width: 100%;
}

/************************

TXT SETTING

************************/
h2 {
	font-size: 4.0rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 8px;
    line-height: 1.2;
    margin-bottom: 1.0rem;
}

h3 {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 300;
	letter-spacing: 5px;
	margin-bottom: 30px;
}

h4 {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 2.5px;
	margin-bottom: 15px;
}


.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.3rem; line-height: 1.5;}
.txt_l { font-size: 1.9rem; line-height: 1.8; margin-bottom: 15px;}

.txt_center { text-align: center;}
.txt_left { text-align: left;}
.txt_right { text-align: right;}
.strong {font-weight:700;}

.txt_indent {
	padding-left:1.5em;
	text-indent:-1.5em;
	margin-bottom: 15px;
}

.blue {color:#1f518e;}
.green {color:#13b5b1;}
.white,
.white a {color:#fff;}



strong { font-weight: bold; color: #365da9;}
small { font-size: 80%;}


.txt_lightblue { color: #7ecef4;}
.txt_orange { color: #ff9226;}
.txt_blue { color: #1f518e;}


/************************

LAYOUT SETTING

************************/
section {
	width: 100%;
	margin-bottom: 200px;
}

.container {
	width: 100%;
}

.bottomup {
	position: relative;
	top: -100px;
}
.normalposition {
	position: relative;
	top: 100px;
}

.inner_box {
	width: 1000px;
	margin: auto;
}

.txt_box {
	width: 70%;
	margin: auto;
}
.txt_box p {
	margin-bottom: 1.5rem;
}

.img_box {
	margin-bottom: 30px;
}
.img_box_half {
	width: 40%;
	margin:0 auto 30px auto;
}

/************************

DESIGN SETTING

************************/

/* 背景色 */
.bg_bk { background: #000; }
.bg_white { background: #fff; }
.bg_navy { background: #001b35; }
.bg_blue { background: #365da9; }
.bg_lightblue { background: #e7efff; }
.bg_gray {background:#ccc;}

/* チェクボックス */
.check {
	background-image:url("../images/common/img_check.jpg");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left center;
	padding-left: 40px;
}

.bg_gradation {
	background:url("../images/common/img_maingradation.jpg") no-repeat;
}
.bg_beighslash {
	background:url("../images/common/bg_beigeslash.png") no-repeat top center;
}

/************************

HEADER

************************/

header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9990;
}
header h1 {
	position: fixed;
	margin: auto;
	float: left;
	left: 5%;
}
header h1 img {
	width: 150px;
}

.gnavi {
	float: right;
	margin: 25px 100px 0 0;
	color: #FFF;
	position: absolute;
	z-index: 9999;
	right: 0%;
	
}

.gnavi span {
	font-size: 0.8rem;

}

.gnavi_list li {
	float: left;
	margin: auto;
	margin-right: 15px;
	
	
}
.gnavi_list a {
	display: block;
	width: 100%;
	color:#FFF;
} 



/************************

BTN SETTING

************************/



.btn_A a {
	background: #FFF;
	color: #000;
}
.btn_A a:hover{
	background: #1f518e;
	color: #FFF;
	opacity: 1.0;
}

.btn {
  width: 100%;
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1em;
  text-align: center;
}

.btn a {
	display: block;
	width: 100%;
	padding: 1em 0;
}

.btn::before {
   content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 10px;    /* くの字を山なりに見た時、左側の長さ */
  height: 10px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); 
}
.btn::after {
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 15px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  background: #000; /* 棒の色 */
}


.btn_B {
	width: 50%;
	margin: 3em 0;
	position: relative;
	display: block;
	text-align: center;
}
.btn_B a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	letter-spacing: 5px;
	background:linear-gradient(to right,#2b3038, #697787);
	color: #FFF;
}
.btn_B a:hover {
	background:linear-gradient(to right,#697787, #2b3038);
	opacity: 1;
}
.btn_B::before {
   content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;    /* くの字を山なりに見た時、左側の長さ */
  height: 6px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #FFF;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #FFF;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); 
}
.btn_B::after {
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 12px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  background: #FFF; /* 棒の色 */
}

.btn_BB {
	width: 50%;
	margin: 3em 0;
	position: relative;
	display: block;
	text-align: center;
}
.btn_BB a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	letter-spacing: 5px;
	background:url("../images/common/icon_blank.png") #fff no-repeat;
	background-position: 96%;
	background-size: 15px;
	color: #000;
	border: 1px solid #000;
}

.btn_allow {
	width: 100%;
  position: relative;
  display: inline-block;
}
.btn_allow a {
	display: block;
	width: 90%;
	padding: 1em 10% 1em 0;
	border-bottom: 1px solid #000;
	letter-spacing: 5px;
}
.btn_allow a:hover {
	border-bottom: none;
}
.btn_allow::before {
   content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 6px;    /* くの字を山なりに見た時、左側の長さ */
  height: 6px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); 
}
.btn_allow::after {
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 12px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  background: #000; /* 棒の色 */
}

.btn_allowB {
	width: 100%;
  position: relative;
  display: inline-block;
}
.btn_allowB a {
	display: block;
	width: 90%;
	padding: 1em 10% 1em 0;
	border-bottom: 1px solid #000;
	letter-spacing: 5px;
	background:url("../images/common/icon_blank.png") #fff no-repeat;
	background-position: 96%;
	background-size: 15px;
}
.btn_allowB a:hover {
	border-bottom: none;
}

.btn_post_allow {
	width: 100%;
  position: relative;
  display: inline-block;
}
.btn_post_allow a::before {
   content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 6px;    /* くの字を山なりに見た時、左側の長さ */
  height: 6px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 1px solid #000;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 1px solid #000;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg); 
}
.btn_post_allow a::after {
content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 12px; /* 棒の長さ */
  height: 1px; /* 棒の太さ */
  background: #000; /* 棒の色 */
}


.btn_list {
	margin: 3em auto;
}

.btn_list .btn_A,
.btn_list .btn_B,
.btn_list .btn_BB {
	margin: 15px auto;
}

.btn_center {
	margin: 3em auto;
}

/************************

Footer

************************/

footer {
	background:rgba(31,81,141,0.90);
	width:100%;
	margin: auto;
	color: #FFF;
	padding: 3em 0 ;
}
footer a {
	color: #FFF;
}

footer h3 {
	letter-spacing: 15px;
	font-weight: 500;
}

.ftnavi {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
	width: 100%;
	border-top: 0.5px solid #FFF;
	border-bottom: 0.5px solid #FFF;
	padding: 1.5em 0;
}

.ftnavi p {
	width:calc(100%/6);
	display:flex;/* 高さを揃えるための指定 */
	flex-direction:column;/* 高さを揃えるための指定 */
	text-align: center;
	font-size: 1.0rem;
	margin: auto;
} 
.ftnavi p a {
	color:#FFF;
}


footer dl,
footer ul {
	width: 100%;
	margin: 3em auto;
}

footer dt {
	width: 40%;
	margin-right: 10%;
	float: left;
}
footer dd strong {
	font-size: 2rem;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 5px;
	margin-left: 10px;
}

footer li {
	float: left;
	font-size: 0.8rem;
}

footer .sns_icon img {
	width: 40px;
	margin: 1.5rem 1.0rem 1.5rem 0;
}

.pagetop {
	position: fixed;
	bottom: 5%;
	right: 0;
	width: 80px;
	background: rgba(32,81,142,1.00);
}
.pagetop img { 
	width: 50%;
	padding: 10%;
	text-align: center;
	margin: auto;
}


/************************

ERROR PAGE

************************/

.error {
	padding:10% 0;
}
.error .btn_B {
	width: 50%;
	margin: auto;
}
	

/************************

PAGER SETTING

************************/
.pagenext {
    margin: 40px 10px 10px 10px;
    text-align: right;
}

.pageprev {
    margin: 40px 10px 10px 10px;
    text-align: left;
}
.pagelink {
    width: 100%;
    margin: auto;
}

.pagelink .btn_designA {
    width: 30%;
    display: inline-block;
    margin: 25px 2%;
    font-size: 14px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    letter-spacing: 3px;
    color: #000;
    padding: 8px 20px;
     border: 1px #333 solid;
    background: none;
}

.pagelink .btn_designA:hover{
    color: #FFF;
    background: rgba(27,42,116,0.80);
    -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
    border: 1px #ccc solid;
}
.pagelink a:hover {
    color: #FFF;
}
.pagelink a {
    color: #000;
    display:block;
    text-decoration: none;
}

.pager{
	text-align:center;
}
a.page-numbers,
.pager .current{
    width: 30px;
    display: inline-block;
    margin: 25px 5px;
    font-size: 11px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    letter-spacing: 3px;
    padding: 8px 2px;
    color: #666;
    text-align: center;
    font-weight: bold;
}

.current{
	width: 30px;
    display: inline-block;
    margin: 25px 5px;
    font-size: 11px;
    opacity: 1.0;
    background:#1f518e;
    transition: .4s;
    letter-spacing: 3px;
    padding: 8px 2px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

a.page-numbers:hover ,
.pager .current:hover {
    color: #FFF;
    background: #1f518e;
}

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

img { width: 100%; }

.pc_disp {display: none;}
.sp_disp {display: block;}
.pc_img {display: none;}
.sp_img {display: inline-block;}
.pagetop img { display: none;}
	
/******* txt setting ********/

h2 {
	font-size: 2.0rem;
	letter-spacing: 4px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.2rem;
	font-weight: 300;
	letter-spacing: 1.0px;
	margin-bottom: 2.0rem;
}
	
h4 {
	font-size: 1.0rem;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.txt_s { font-size: 0.8rem;}
.txt_m { font-size: 1.4rem; line-height: 1.5;}
.txt_l { font-size: 1.7rem; line-height: 1.5; }
	
a {
	font-size: 0.8rem;
}

/************************

LAYOUT SETTING

************************/
section {
	margin-bottom: 150px;
}


.bottomup {
	position: relative;
	top: -50px;
}

.inner_box {
	width: 85%;
}

.txt_box {
	width: 100%;
}
.txt_box p {
	margin-bottom: 1.5rem;
}
	
.img_box_half {
	width: 80%;
	margin:0 auto 30px auto;
}

	
/************************

HEADER

************************/

header {
	width: 100%;
	height: auto;
	position: relative;
}
header h1 {
	position: absolute;
	margin: auto;
	left: 5%;
	top: 0;
}
header h1 img {
	width:80px;
}
	
header .gnavi {
	margin: 0;
}
header .gnavi p {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	margin: 0;
} 	

/************************

BTN SETTING

************************/


.btn a {
	display: block;
	width: 100%;
	padding: 0.5em 0;
}
	
.btn_A,	
.btn_B,
.btn_BB	{
	width: 100%;
}

	
.btn_allow a {
	display: block;
	width: 80%;
	padding: 1em 20% 1em 0;
	border-bottom: 1px solid #000;
	letter-spacing: 2.5px;
}
.btn_allowB a {
	display: block;
	width: 80%;
	padding: 1em 20% 1em 0;
	border-bottom: 1px solid #000;
	letter-spacing: 2.5px;
}
	
/************************

Footer

************************/

footer {
	background:rgba(31,81,141,0.90);
	width:100%;
	margin: auto;
	color: #FFF;
	padding: 3em 0 2em;
}
footer h3 {
	letter-spacing: 8px;
	font-weight: 500;
}
	footer dl {
		margin: 2em auto;
	}
footer dt {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 1.5em;
	float: none;
}
footer dd { 
	text-align: center;
	font-size: 0.8rem;
	}

footer ul {
	margin: auto;
}	
	
footer li {
	float: none;
	text-align: center;
	font-size: 0.7rem;
	margin-bottom: 10px;
}

.pagetop {
	position: fixed;
	bottom: 5%;
	right: 0;
	width: 80px;
	background: rgba(32,81,142,1.00);
}
.pagetop img { 
	width: 50%;
	padding: 10%;
	text-align: center;
	margin: auto;
}

footer .tel a {
	font-size: 1.8rem;
}
	

footer .sns_icon {
	margin: 1.5rem auto;
}
	
/************************

ERROR PAGE

************************/

.error {
	padding:10% 0;
}
.error .btn_B {
	width: 100%;
	margin: auto;
}
	
/************************

PAGER SETTING

************************/

.pagenext,
.pageprev {
    margin: 0px 2.5%;
    float: left;
}
    
.pagelink {
    width: 100%;
    margin: auto;
}
    
.pagelink .btn_designA {
    width: 30%;
    display: inline-block;
    margin: 25px 2%;
    font-size: 13px;
    opacity: 1.0;
    background-color: #FFF;
    transition: .4s;
    letter-spacing: 3px;
    color: #000;
    padding: 8px 20px;
    border: 1px #000 solid;
    background: none;
    text-align: center;
}
	
	
}
