@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@300;400;500;600;700;800&display=swap');

body {
	font-size: 14px;
	font-family: 'M PLUS 2', sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;
	color: #004263;
	background-color: #FFFFFF;
	line-height: 1.8em;
	text-justify: inter-ideograph;
	text-align: justify;
	font-weight: 400;
	overflow-x: hidden;
	padding: 0;
}
body {
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
p {
	text-justify: inter-ideograph;
	text-align: justify;
	}
h1,h2,h3 {
	}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
a:link {
	color: #004263;
	text-decoration: none;
}
a:visited {
	color: #004263;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
}
#spm {
	display: none;
}

/* FLEX */
.flex {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex1 {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	-webkit-justify-content: center;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex2 {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
}
.flex22 {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
}
.flex3 {
	display: -webkit-box;/*--- Android郢晄じﾎ帷ｹｧ�ｦ郢ｧ�ｶ騾包ｽｨ ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	display: flex;
	width: 100%;
}
.flex_c {
	display: -webkit-box !important;/*--- Android繝悶Λ繧ｦ繧ｶ逕ｨ ---*/
	display: -ms-flexbox !important;/*--- IE10 ---*/
	display: -webkit-flex !important;/*--- safari��PC�臥畑 ---*/
	display: flex !important;
	-webkit-justify-content: center;/*--- safari�ｽ�ｽPC�ｽ閾･逡� ---*/
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pc_no {
	display:none !important;
	}
	
	

	
	
header {
	width: 100%;
	background-color: #004263;
	overflow: hidden;
      padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
}
#header_box.fixed {
	width: 100%;
	background-color: rgba(00,66,99,0.8);
     padding-top: 10px;
    padding-bottom: 10px;
	
}
#header_box.fixed {

    animation-name: fadedown;
    animation-duration: 2s;
    
}
@keyframes fadedown {
from {
    opacity: 0;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(0px);
}
}

header h1 {
    width: 20%;
    float: left;
    display: block;
    overflow: hidden;
 
}
header h1 img {
    width: auto;
    height: 50px;
}


#header_menu {
   
	width: 80%;
    float: left;
    
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 10;
}

#dropmenu {
	list-style-type: none;
	position: relative;
    text-align: right;
    margin: 0;
    padding: 0;
	
}
#dropmenu li {
    display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
     padding-left: 1%;
    padding-right: 1%;
}
#dropmenu li a {
	margin: 0;
	padding: 0;
	font-size: 15px;
    line-height: 50px;
	overflow: hidden;
	color: #FFF;
}
#dropmenu li:hover {
    background-color: #00A7E3;
			-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
		text-decoration: none;
}
#dropmenu .current a {

}


#dropmenu li:hover > a {
}
#dropmenu > li:hover > a {
}
#dropmenu li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 20000 !important;
}
#dropmenu li:last-child ul {
	left: -100%;
	width: 200%
	
}
#dropmenu li ul {
	
	}
#dropmenu li ul li {
	overflow: hidden;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	margin-top: 1px;
	margin-bottom: 1px;
    display: block;
}
#dropmenu li ul li a {
	text-align: left;
    display: block;
	font-size: 14px;
	line-height: 44px;
	color: #000;
	background-color: #EFEEE8;
	padding-right: 15px;
	padding-left: 15px;
}
#dropmenu li ul li a:hover {
	background-color: #CCCCCC;
}
#dropmenu li:hover ul li {
	overflow: hidden;
	display: block;
	height: 44px;
	line-height: 44px;
}
#dropmenu li:hover ul li:first-child {
	border-top: 0;
}
#dropmenu li:hover ul li:last-child {
	border-bottom: 0;
	line-height: 44px;
}
#dropmenu li:hover ul li:last-child a {
	line-height: 44px;
}
#dropmenu li .sub-menu li a {
	min-width: 250px;
	white-space: nowrap;
	display: block;
	font-weight: 400 !important;
	font-size: 13px !important;
}
.head_in {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-width: 890px;
}
/*---メニュー ---*/
.t_box {
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    padding-bottom: 32px;
    padding-left: 5%;
    padding-right: 5%;
    background-image: url(../img/top/tiny_grid.webp);
}
.t_box .main {
      max-width: 1440px; 
     margin-left: auto;
    margin-right: auto;
}
.t_box .main .mbox {
    background-color: #FFFFFF;
    background-image: url(../img/top/tiny_grid.webp);
    background-repeat: repeat;
}
.t_box .main .mbox img {
    width: 100%;
    height: auto;
}
.t_box .main .mbox .left {
  width: 45%;
  display: flex;
  align-items: center;
    
}


.t_box .main .mbox .right {
    width: 55%;
    display:flex;
    
    
}

.t_box .main .mbox .right iframe {
    height: 100%;
    
}



.t_box1 {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 240px;
    background-image: url(../img/top/brug3.gif),url(../img/top/brug2.gif),url(../img/top/bk1.png),url(../img/top/worn_dots.webp);
    background-position: center center,center bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
}
.t_box1 .main1 {
	margin-right: 20%;
	display: block;
}
.t_box1 .main1 .tp1 {
    border-top: 3px solid #004263;
    border-right: 3px solid #004263;
    border-bottom: 3px solid #004263;
    background-color: rgba(00,66,99,0.9);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 64px;
    padding-right: 64px;
    padding-left: 5%;
    padding-bottom: 64px;
}
.t_box1 .main1 .tp1 li {
	width: 50%;
}
.t_box1 .main1 .tp1 .left  {
    padding-right: 24px;
      display: flex;
  align-items: center;
}
.t_box1 .main1 .tp1 .left img {
	width: 100%;
    height: auto;
}
.t_box1 .main1 .tp1 .right {
	padding-left: 25px;
    color: #FFFFFF;
      display: flex;
  align-items: center;
}
.t_box1 .main1 .tp1 .right h2 {
	font-size: 32px;
	line-height: 33px;
	padding-bottom: 35px;
    font-weight: 800;
    color: #BCB892;
}
.t_box1 .main1 .tp1 .right h3 {
	font-size: 24px;
	line-height: 1.6em;
	margin-bottom: 25px;
    font-weight: 600;
    color: #E09EAF;
}
.t_box1 .main1 .tp1 .right p {
	font-size: 16px;
	line-height: 2em;
	margin-top: 35px;
	margin-bottom: 35px;
}
.t_box1 .main1 .tp1 .right .bt a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    background-color: #00A7E3;
    border-radius: 40px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
     font-weight: 600;
    color: #FFFFFF;
    margin-top: 24px;
}
.t_box1 .main1 .tp1 .right .bt a:hover {
	background-color: #E09EAF;
	color: #004263;
}
.sp_l25 {
    margin-left: 25px;
}
.t_box2 {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-top: 112px;
	padding-bottom: 240px;
	background-image: url(../img/top/brug3.gif),url(../img/top/brug1.gif),url(../img/top/bk2.png),url(../img/top/old_mathematics.webp);
    background-position: center center,center bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
}
.t_box2 .main {
	align-items: center;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


.titl {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	font-size: 33px;
	line-height: 33px;
	padding-bottom: 55px;
	color: #004263;
    font-weight: 800;
}
.new_b {
    margin-top: 32px;
   
}
.tmn img {
	border-radius: 30px;
	margin-bottom: 20px;
	width:100%;
  height: 215px;
  object-fit: cover;
}
.new_b li {
	width: 22%;
	margin-bottom: 36px;
}
.new_b::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.new_b::after{
  content:"";
  display: block;
  width:22%;
}
.tmn2 {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.tmn2 .n_day {
	font-size: 16px;
	float: left;
	width: 40%;
	display: block;
	text-align: left;
     color: #004263;
}
.tmn2 .n_day2 {
	font-size: 14px;
	padding-left:8px;
   
}	
.tmn2 .n_ct {
	color: #E09EAF;
	float: left;
	font-size: 13px;
	width: 60%;
	text-align: right;
}
.n_tl {
     color: #004263;
	display: block;
	font-size: 16px;
	text-justify: inter-ideograph;
	text-align: justify;
	line-height: 2em;
}

.bt2 a {
	text-align: center;
	width: 50%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	  line-height: 16px;
    
    background-color: #00A7E3;
    border-radius: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
     font-weight: 600;
    color: #FFFFFF;	
	margin-top: 48px;
}
.bt2 a:hover {
	background-color: #004263;
	 color: #FFFFFF;	
}




.t_box3 {
	 display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 240px;
    background-image: url(../img/top/brug3.gif),url(../img/top/brug3.gif),url(../img/top/brug2.gif),url(../img/top/bk1.png),url(../img/top/worn_dots.webp);
    background-position: center bottom,center top,center bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,no-repeat,repeat-x,repeat;
}
.t_box3 .main {

}



.tp3 {
    float: left;
    width: 60%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 64px;
    padding-right: 64px;
    padding-left: 5%;
    padding-bottom: 64px;
    border-top: 3px solid #004263;
    border-right: 3px solid #004263;
    border-bottom: 3px solid #004263;
    background-color: rgba(00,66,99,0.9);
}
.tp3 li {
	
}
.tp3 .left  {
    width: 40%;
    padding-right: 50px;
      display: flex;
  align-items: center;
}
.tp3 .left img {
	width: 100%;
    height: auto;
}
.tp3 .right {
	width: 60%;
    color: #FFFFFF;
     display: flex;
  justify-content: center;
  align-items: center;
    text-align: center;
}
.tp3 .right h2 {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 54px;
    font-weight: 800;
    color: #BCB892;
}
a .tp3 .right .bt {
    text-align: center;
    display: inline;
    font-size: 16px;
    line-height: 16px;
    background-color: #00A7E3;
    border-radius: 40px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
     font-weight: 600;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}
a:hover .tp3 .right .bt {
	background-color: #E09EAF;
	color: #004263;
}
.sp_t64 {
    margin-top: 64px;
}
.sp_t24 {
    margin-top: 24px;
}
.tp4 {
    float: right;
    width: 60%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 64px;
    padding-right: 5%;
    padding-left: 64px;
    padding-bottom: 64px;
    border-top: 3px solid #004263;
    border-left: 3px solid #004263;
    border-bottom: 3px solid #004263;
    background-color: rgba(00,66,99,0.9);
}
.tp4 li {
	width: 50%;
}
.tp4 .right  {
    width: 40%;
      display: flex;
  align-items: center;
padding-left: 50px;
    
}
.tp4 .right img {
	width: 100%;
    height: auto;
}
.tp4 .left {
   width: 60%;
    color: #FFFFFF;
     display: flex;
  justify-content: center;
  align-items: center;
    text-align: center;

}
.tp4 .left h2 {
	font-size: 28px;
	line-height: 28px;
	padding-bottom: 54px;
    font-weight: 800;
    color: #BCB892;
}
a .tp4 .left .bt {
    text-align: center;
    display: inline;
    font-size: 16px;
    line-height: 16px;
    background-color: #00A7E3;
    border-radius: 40px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
     font-weight: 600;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}
a:hover .tp4 .left .bt {
	background-color: #E09EAF;
	color: #004263;
}


.t_box4 {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-top: 112px;
	padding-bottom: 240px;
	background-image: url(../img/top/brug3.gif),url(../img/top/brug5.gif),url(../img/top/bk2.png),url(../img/top/tiny_grid.webp);
    background-position: center top,center bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
}
.t_box4 .main {
	align-items: center;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}



.t_box4 .main .cmy p {
    text-align: center;
    color: #004263;
    font-size: 16px;
    font-weight: 500;
}
.t_box4 .main2 {
	align-items: center;
	max-width:1280px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}




footer {
	display: block;
	width: 100%;
	background-color: #004263;
	color: #FFF;
	padding-top: 88px;
	padding-bottom: 88px;
    	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #39b54a;
	
}
.foot a {
	color: #FFF;
}

.foot a:hover {
	color: #00A7E3;
	
}
.foot0 {
    margin-right: auto;
	margin-left: auto;
    text-align: center;
}
.foot0 a img {
	width: 16%;
	margin-bottom: 64px;
    margin-right: auto;
	margin-left: auto;
}
.m1000 .foot {
	
}


.m1000 {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
.m1000 .foot2 {
	padding-top: 64px;
	
	}



.m1000 .foot2 li {
	display: block;
    text-align: center;
	margin-right: 15px;
	margin-left: 15px;	
    line-height: 32px;
}

.copyright {
    background-color: #004263;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    border-top: 1px solid #FFFFFF;
}

#page-top2 {
	width: 100px;
	margin-right: 25px;
	margin-bottom: 15px;
	position: fixed;
	right: 0px;
	bottom: 0px;
}
#page-top2 a img {
	
}
.btn a:hover img  {
opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-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;
}
.btn {
	position: relative;
	width: 100px;
	height: 150px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.iframe-content {
	width: 100%;
	padding-bottom: 36.458%;
	position: relative;
	
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.iframe-content iframe{
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/*--- ページ ---*/


.t_box .main .mbox_head {
    background-color: #FFFFFF;
}

.p_box1 {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 240px;
    background-image: url(../img/top/brug3.gif),url(../img/top/brug2.gif),url(../img/top/bk1.png),url(../img/page/ab2.png),url(../img/top/worn_dots.webp);
    background-position: center center,center bottom,center bottom,right -50% center,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,no-repeat,repeat;
    background-size:auto,auto,auto,contain,auto;
}
.p_box1 .main1p {
	margin-right: auto;
	display: block;
    margin-left: auto;
    max-width: 1280px;
}
.ttl {
    font-size: 32px;
    line-height: 33px;
    padding-bottom: 35px;
    font-weight: 800;
    color: #004263;
    text-align: center;
}

.ptp1 {
    border: 3px solid #004263;
    padding-top: 64px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 64px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.80);
}
.ptp1 li {
	width: 50%;
}
.ptp1 .left  {
    padding-right: 24px;
      display: flex;
  align-items: center;
}
.ptp1 .left img {
	width: 100%;
    height: auto;
}
.ptp1 .right {
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.ptp1 .right h3 {
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 25px;
    font-weight: 600;
    color: #CA768D;
}
.ptp1 .right p {
    font-size: 18px;
    line-height: 2em;
    margin-top: 35px;
    margin-bottom: 35px;
    font-weight: 500;
}
.ptp1 .right .bt a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    background-color: #00A7E3;
    border-radius: 40px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
     font-weight: 600;
    color: #FFFFFF;
    margin-top: 24px;
}
.ptp1 .right .bt a:hover {
	background-color: #E09EAF;
	color: #004263;
}

.rinen {
    border: 3px solid #004263;
    padding-top: 64px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 64px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.80);
}

.rinen h2 {
    font-size: 28px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 500;
}

.rinen h3 {
     font-size: 20px;
    margin-top: 32px;
     line-height: 1.8em;
}

.rinen .mark {
    width: 10%;
    margin-left: 5%;
    margin-right: 5%;
      display: flex;
  align-items: center;

}
img {
      width:  100%;
    height: auto;
}
.p_box2 {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-top: 112px;
	padding-bottom: 240px;
	background-image: url(../img/top/brug3.gif),url(../img/top/brug1.gif),url(../img/top/bk2.png),url(../img/page/ab2.png),url(../img/top/old_mathematics.webp);
    background-position: center center,center bottom,center bottom,-25% center,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,no-repeat,repeat;
    background-size:auto,auto,auto,contain,auto;
}
.p_box2 .main {
	align-items: center;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.p_box3 {
	 display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 240px;
     padding-left: 5%;
    padding-right: 5%;
    background-image: url(../img/top/brug3.gif),url(../img/top/brug3.gif),url(../img/top/brug2.gif),url(../img/top/bk1.png),url(../img/top/worn_dots.webp);
    background-position: center bottom,center top,center bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,no-repeat,repeat-x,repeat;
}
.p_box3 .main {

}

.catch {
     font-size: 28px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 500;
   
}
.kachi li {
    width: 30%;
    border: 3px solid #004263;
    background-color: rgba(00,66,99,0.9);
    padding-top: 32px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    color: #FFFFFF;
    border-radius: 15px;
    margin-top: 32px;
}

.kachi li h3 {
    margin-top: 28px;
    font-size: 24px;
    line-height: 1.8em;
    font-weight: 600;
    color: #E09EAF;
}
.kachi li p {
    font-size: 16px;
    line-height: 1.8em;
}

.kachi li img {
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.mt_72 {
    margin-top: 112px !important;
}

.kachi2 ul {
       border: 3px solid #004263;
    padding-top: 64px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 64px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.50);
    margin-top: 32px;
    
}

.kachi2 .left{
    width: 40%;
      display: flex;
  align-items: center;

    
}
.kachi2 .right{
    width: 60%;
    padding-left: 5%;
      display: flex;
  align-items: center;

}
.box_left {
    margin-right: 25%;
    
}

.box_right {
    margin-left: 25%;
}

.kachi2 li h3 {
    font-size: 24px;
    line-height: 1.8em;
    font-weight: 600;
    color: #004263;
}
.kachi2 li h4 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 600;
    color: #CA768D;
}
.kachi2 li p {
    font-size: 16px;
    line-height: 1.8em;
}



.p_box0 {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 240px;
    background-image: url(../img/top/brug3.gif),url(../img/top/brug2.gif),url(../img/top/bk1.png),url(../img/top/worn_dots.webp);
    background-position: center center,center bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
    background-size:auto,auto,auto,auto;
}
.wpcf7-response-output {
    text-align: center !important;
}
.main128 {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.chara {
    border: 3px solid #004263;
    padding-top: 64px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 64px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.80);
    text-align: center;
}

.chara h2 {
    font-size: 28px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 500;
    margin-top: 32px;
}

.chara h3 {
    font-size: 20px;
    margin-top: 32px;
    line-height: 2.2em;
    text-align: left;
}

.chara img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.logo {
    border: 3px solid #004263;
    padding-top: 64px;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 64px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.80);
}
.logo li {
	width: 50%;
}
.logo .left  {
    padding-right: 5%;
      display: flex;
  align-items: center;
}
.logo .left img {
	width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.logo .right {
    padding-left: 25px;
    display: flex;
    align-items: center;
}

.logo .right h3 {
    font-size: 28px;
    line-height: 1.6em;
    margin-bottom: 25px;
    font-weight: 600;
    color: #CA768D;
}
.logo .right p {
    font-size: 16px;
    line-height: 2em;
    margin-top: 35px;
    margin-bottom: 35px;
}


.jgy2 ul {
    border-right-color: #004263;
    border-bottom-color: #004263;
    border-top-color: #004263;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 3px;
    padding-right: 5%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    background-color: rgba(255,255,255,0.50);
}

.jgy2 .left{
    width: 60%;
      display: flex;
  align-items: center;

    
}
.jgy2 .right{
    width: 40%;
    padding-left: 5%;
      display: flex;
  align-items: center;

}


.jgy2 li h3 {
    font-size: 32px;
    line-height: 1.8em;
    font-weight: 600;
    color: #E09EAF;
}
.jgy2 li h4 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 600;
    color: #CA768D;
}
.jgy2 li p {
    font-size: 20px;
    line-height: 1.8em;
}
.box_left2 {
    margin-right: 20%;    
}

.box_right2 {
    margin-left: 20%;
}



.jgy3 ul {
    border-left-color: #004263;
    border-bottom-color: #004263;
    border-top-color: #004263;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-left-width: 3px;
    border-bottom-width: 3px;
    border-top-width: 3px;
    padding-left: 5%;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    background-color: rgba(255,255,255,0.50);
}

.jgy3 .left{
    width: 60%;
      display: flex;
  align-items: center;

    
}
.jgy3 .right{
    width: 40%;
    padding-left: 5%;
      display: flex;
  align-items: center;

}


.jgy3 li h3 {
    font-size: 32px;
    line-height: 1.8em;
    font-weight: 600;
    color: #E09EAF;
}
.jgy3 li h4 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 600;
    color: #CA768D;
}
.jgy3 li p {
    font-size: 20px;
    line-height: 1.8em;
}

.mt_32 {
    margin-top: 32px !important;
}
.p_box1j {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 112px;
    background-image: url(../img/top/brug3.gif),url(../img/page/jgy1-2.gif),url(../img/top/bk1.png),url(../img/top/worn_dots.webp);
    background-position: center center,right bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
    background-size:auto,auto,auto,auto;
}
.p_box2j {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-top: 112px;
	padding-bottom: 112px;
	background-image: url(../img/top/brug3.gif),url(../img/page/jgy2-2.gif),url(../img/top/bk1.png),url(../img/top/old_mathematics.webp);
    background-position: center center,left bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
    background-size:auto,auto,auto,auto;
}

.p_box3j {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 112px;
    background-image: url(../img/top/brug3.gif),url(../img/page/jgy3-2.gif),url(../img/top/bk1.png),url(../img/top/worn_dots.webp);
    background-position: center center,right bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
    background-size:auto,auto,auto,auto;
}

.p_box4j {
	display: block;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding-top: 112px;
	padding-bottom: 112px;
	background-image: url(../img/top/brug3.gif),url(../img/page/jgy4-2.gif),url(../img/top/bk1.png),url(../img/top/old_mathematics.webp);
    background-position: center center,left bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
    background-size:auto,auto,auto,auto;
}

.p_box5j {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    padding-top: 112px;
    padding-bottom: 112px;
    background-image: url(../img/top/brug3.gif),url(../img/page/jgy5-2.gif),url(../img/top/bk1.png),url(../img/top/worn_dots.webp);
    background-position: center center,right bottom,center bottom,center bottom;
    background-repeat: no-repeat,no-repeat,repeat-x,repeat;
    background-size:auto,auto,auto,auto;
}








.yaoshin1 {
	text-align: center;
}
.yaoshin1 h2 {
	
	font-size: 33px;
	line-height: 33px;
}
.yaoshin1 h3 {
	
	font-size: 28px;
	margin-top: 72px;
	line-height: 1.6em;
}
.yaoshin1 p {
	display: block;
	text-align: center;
	margin-top: 48px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 18px;
	line-height: 1.8em;
	color: #333;
}

.p_box02 {
	
	background-image: url(../img/page/page2.gif), url(../img/page/p_bk2.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}
.p_box03 {
	
	background-image: url(../img/page/page3.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}
.p_box04 {
	
	background-image: url(../img/page/page4.gif), url(../img/page/p_bk2.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}
.yaoshin_01 {
	text-align: center;
}
.yaoshin_01 h2 {
	position: relative;
	line-height: 128px;
	text-indent: 158px;
	display: inline-block;
	font-size: 28px;
	color: #e74e33;
	
}
.yaoshin_01 h2:before{
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 128px;
	height: 128px;
	background-size: contain;
	background-image: url(../img/page/po1.svg);
	background-repeat: no-repeat;
}
.yaoshin_01 ul {
	margin-top: 36px;
}
.yaoshin_01 ul .left {
	width: 25%;
}
.yaoshin_01 ul .center {
	width: 50%;
	padding-right: 5%;
	padding-left: 5%;
	  display: flex;
  align-items: center;

}
.yaoshin_01 h4 {
	font-size: 18px;
	line-height: 2em;
	color: #333;
	text-align: left;
	text-justify: inter-ideograph;
	text-align: justify;
}

.yaoshin_01 ul .right {
	width: 25%;
}

.yaoshin_02 h2 {
	position: relative;
	line-height: 128px;
	text-indent: 158px;
	font-size: 28px;
	color: #f39d00;
	
	margin-bottom: 36px;
}
.yaoshin_02 h2:before{
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 128px;
	height: 128px;
	background-size: contain;
	background-image: url(../img/page/po2.svg);
	background-repeat: no-repeat;
}
.yaoshin_02 ul .left {
	width: 50%;
	padding-right: 5%;
	  display: flex;
  align-items: center;
}
.yaoshin_02 ul .right {
	width: 50%;
}
.yaoshin_03 h2 {
	position: relative;
	line-height: 128px;
	text-indent: 158px;
	font-size: 28px;
	color: #3297e1;
	
	margin-bottom: 36px;
}
.yaoshin_03 h2:before{
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 128px;
	height: 128px;
	background-size: contain;
	background-image: url(../img/page/po3.svg);
	background-repeat: no-repeat;
}
.yaoshin_03 ul .left {
	width: 50%;
	
}
.yaoshin_03 ul .right {
	width: 50%;
	padding-left: 5%;
	  display: flex;
  align-items: center;
}
.yaoshin_02 h4,.yaoshin_03 h4 {
	font-size: 18px;
	line-height: 2em;
	color: #333;
	text-justify: inter-ideograph;
	text-align: justify;
	padding-left: 5%;
}


.yaoshin2 {
	text-align: center;
}
.yaoshin2 h2 {
	
	font-size: 33px;
	line-height: 33px;
}
.yaoshin2 h3 {
	
	font-size: 28px;
	margin-top: 72px;
	line-height: 1.6em;
}
.yaoshin2 p {
	display: block;
	text-align: center;
	margin-top: 48px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 20px;
	line-height: 1.8em;
	color: #333;
}
.p_box21 {
	
	background-image: url(../img/page/page5.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}

.p_box22 {
	
	background-image: url(../img/page/page0.gif), url(../img/page/p_bk2.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}
.yaoshin_22 h2 {
	
	font-size: 33px;
	line-height: 33px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 64px;
}
.yaoshin_22 .flow_l {
	width: 85%;
	float: left;
	clear: both;
	margin-right: 15%;
}
.yaoshin_22 .flow_r {
	width: 85%;
	float: right;
	clear: both;
	margin-left: 15%;
}
.flow .left {
	width: 20%;
	display: flex;
	align-items: center;
	padding-right: 5%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.time1 img {
	height: auto;
	width: 100%;
}
.flow .left .time1 {
	display: block;
	clear: both;
	margin-bottom: 15px;
}
.flow .left .time2 {
	font-size: 28px;
	line-height: 1.2em;
	text-align: center;
	display: block;
	
}
.flow .center {
	width: 50%;
	
	display: flex;
  align-items: center;
	padding-right: 5%;
	
}
.flow .right {
	width: 30%;
	
	display: flex;
  align-items: center;
}
.flow .center h3 {
	font-size: 28px;
}
.flow .center p {
	font-size: 18px;
	line-height: 2em;
	margin-top: 20px;
	margin-bottom: 0px;
}
.yaoshin_22 .nex {
	width: 4%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 54px;
	padding-bottom: 54px;
}
.p_box30 {
	
	background-image: url(../img/page/page7.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}
.p_box31 {
	background-color: #fef8ef;
	background-image: url(../img/page/page0.gif), url(../img/page/se1.png);
	background-position: center bottom,center top;
	background-repeat: no-repeat, repeat-x;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ffdaff;
}

.p_box32 {
	background-color: #fef8ef;
	background-image: url(../img/page/page00.gif), url(../img/page/se2.png);
	background-position: center bottom,center top;
	background-repeat: no-repeat, repeat-x;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #85cae6;
}

.p_box33 {
	background-color:#fef8ef;
	
	background-image: url(../img/page/page0.gif), url(../img/page/se3.png);
	background-position: center bottom,center top;
	background-repeat: no-repeat, repeat-x;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #fbce7e;
}

.p_box34 {
	background-color:#fef8ef;
	
	background-image: url(../img/page/page00.gif), url(../img/page/se4.png);
	background-position: center bottom,center top;
	background-repeat: no-repeat, repeat-x;
}

.seika h2 {
	
	font-size: 33px;
	line-height: 33px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 64px;
}
.seika_b li {
	width: 28%;
}
.seika_b .s_tl {
	font-size: 28px;
	
	margin-bottom: 15px;
}


.p_box40 {
	
	background-image: url(../img/page/page8.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}

.p_box41 {
	background-image: url(../img/page/page0.gif), url(../img/page/p_bk2.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #e74e33;
}
.p_box42 {
	background-image: url(../img/page/page00.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ea8c00;
}
.p_box43 {
	background-image: url(../img/page/page0.gif), url(../img/page/p_bk2.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #3297e1;
}
.p_box44 {
	background-image: url(../img/page/page00.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;

}
.yaoshin_41 h2 {
	
	font-size: 33px;
	line-height: 33px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 64px;
}

.point1 h2 {
	font-size: 28px;
	
	margin-bottom: 36px;
	text-align: left;
	line-height: 1.5em;
}
.point1 h4 {
	font-size: 18px;
	line-height: 2em;
}

.point1 .left {
	width: 50%;
	padding-right: 5%;
	  display: flex;
  align-items: center;
}
.point1 .right {
	width: 50%;
}
.point2 h2 {
	font-size: 28px;
	
	margin-bottom: 36px;
	text-align: left;
	line-height: 1.5em;
}
.point2 {
	margin-top: 64px;
}
.point2 h4 {
	font-size: 18px;
	line-height: 2em;
}

.point2 .left {
	width: 50%;
	
}
.point2 .right {
	width: 50%;
	padding-left: 5%;
	  display: flex;
  align-items: center;
}
.ow_area {
	text-align: center;
	display: block;
	font-size: 22px;
	line-height: 1.8em;
	margin-bottom: 24px;
}
.gyo_s li {
	text-align: center;
	width: 18%;
}
.gyo_s li h5 {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	display: block;
	margin-top: 10px;
	
}
.gyo_tt {
	font-size: 20px;
	line-height: 1.8em;
	text-align: center;
	display: block;
	margin-top: 64px;
}
.main3 {
	align-items: center;
	width:1280px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.voice {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.voice .left {
	text-align: center;
	display: block;
	width: 30%;
	padding-right: 5%;
}
.voice .left .name {
	font-size: 20px;
	display: block;
	margin-top: 15px;
	line-height: 1.8em;
	
}
.voice .right {
	width: 70%;
	display: block;
	padding-left: 5%;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #39b54a;
}
.voice .right h5 {
	font-size: 25px;
	line-height: 1.8em;
	
}
.voice .right p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 0px;
}


.bt5 a {
	text-align: center;
	width: 70%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	color: #FFF;
	line-height: 74px;
	background-color: #ea8c00;
	border-radius: 40px;
	
	margin-top: 112px;
}
.bt5 a:hover {
	background-color: #39b54a;
	color: #000;	
}
.comp_t {
	
}

.p_box50 {
	
	background-image: url(../img/page/page9.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}
.p_box51 {
	background-image: url(../img/page/page0.gif), url(../img/page/p_bk2.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ea8c00;
}
.p_box52 {
	background-image: url(../img/page/page00.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #3297e1;
}
.p_box53 {
	background-image: url(../img/page/page0.gif), url(../img/page/p_bk2.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;

}
.conp_b .right {
	width: 50%;
	
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	line-height: 1.8em;
}
.conp_b .left {
	width: 50%;
	padding-right: 5%;
}
.conp_b .left img {
border-radius: 30px;
}

.conp_b .right dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display: block;
	overflow: hidden;
}
.conp_b .right dl dt {
	padding: 15px;
	float: left;
	width: 20%;
	text-align: center;
}
.conp_b .right dl dd {
	padding: 15px;
	float: left;
	width: 80%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.p_box60 {
	
	background-image: url(../img/page/page10.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;
}
.p_box61 {
	background-image: url(../img/page/page0.gif), url(../img/page/p_bk2.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;

}
.ac_tt {
	
	font-size: 20px;
	margin-top: 64px;
	line-height: 2em;
	text-align: center;
	display: block;
}
.info_bbt li {
	width:45%;
	padding-top:64px;
	}
.info_bbt .left a {

	text-align: center;

	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	color: #FFF;
	line-height: 74px;
	background-color: #ea8c00;
	border-radius: 40px;
	

}
.info_bbt .left a:hover {
	background-color: #39b54a;
	color: #000;	
}

.info_bbt .right a {

	text-align: center;

	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	color: #FFF;
	line-height: 74px;
	background-color:#3297e1;
	border-radius: 40px;
	

}
.info_bbt .right a:hover {
	background-color: #39b54a;
	color: #000;	
}
.info_m3 {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.info_m3 li {
	text-align: center;
	display: block;
	width: 50%;
	font-size: 28px;
	line-height: 28px;
	
}
.info_m4 {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-top: 64px;
	
	line-height: 2em;
}


.p_box71 {
	background-image: url(../img/page/page00.gif), url(../img/page/p_bk1.png);
	background-position: center bottom,center bottom;
	background-repeat: no-repeat, repeat;

}





input[type="text"], input[type="email"], input[type="tel"], input[type="url"] {
		border: 0;
		padding: 10px;
		font-size: 16px;
		border: solid 1px #ccc;
		margin: 0;
		width: 100%;
}
textarea {
		width: 100%;
		height: 13em;
		font-size: 16px;
		border: 1px solid #CCC;
}
input[type="submit"] {
    display: inline;
    text-align: center;
    width: 30%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    color: #FFF;
    line-height: 64px;
    background-color: #00A7E3;
    border-radius: 40px;
    
}
input[type="submit"]:hover {
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #004263;
    color: #FFFFFF;
}
    .wpcf7-form .wpcf7-select, select 
    {
	background-color: #ffffff;
	width: 100%;
	border: 1px solid #CCCCCC;
	font-size: 16px;
	padding: 10px;
}
.wpcf7-form-control-wrap {
		margin: 0;
}

.box800 .box800_left p {
	display: block;
}
.wpcf7-list-item-label {
	padding-right: 25px;
}

.box800 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top:64px;
	display: block;
	overflow: hidden;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	
}

.box800_user dl {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.box800_user dl dt {
	text-align: left;
	width: 30%;
	display: block;
	float: left;
	overflow: hidden;
	padding-right: 25px;
	font-size: 16px;
	line-height: 45px;
}
.box800_user dl dd {
	display: block;
	float: left;
	width: 70%;
	overflow: hidden;
	text-align: left;
	font-size: 16px;
	line-height: 45px;
}
.name_l {
	float: left;
	width: 45%;
	margin-right: 5%;
	overflow: hidden;
}
.name_2 {
	float: left;
	width: 50%;
}
.wpcf7-form-control-wrap {
	clear: both;
	display: block;
}
.info_mm2 {
	text-align: center;
	display: block;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
}
.box1280 {
	text-align: center;
	margin-top: 64px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.box_cont2 {
    text-align: left;
    width: 1040px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
    font-size: 14px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    border-top-color: #999;
    border-right-color: #999;
    border-left-color: #999;
    line-height: 2em;
    background-color: #004263;
}
.box_cont2 dl dt {
	width: 30%;
	padding: 20px;
	float: left;
	display: block;
	color: #FFF;
	font-weight: 500;
	text-align: center !important;
	
}
.box_cont2 dl dd {
	display: block;
	float: left;
	width: 70%;
	padding: 20px;
	background-color: #FFF;
	text-justify: inter-ideograph;
	text-align: justify;
}
.box_cont2 dl {
	
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	  display: -webkit-flex; /* Safari逕ｨ */
  display: flex;
  -webkit-justify-content: center; /* Safari逕ｨ */
  justify-content: center;
  -webkit-align-items: center; /* Safari逕ｨ */
  align-items: center;
}
.box_cont2 dl dd ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.m_red {
	color:#e74e33;
}

.m_orenge {
	color:#ea8c00;
}
.m_blue {
	color:#3297e1;
}
.m_yg {
	color:#39b54a;
}
.m_yg2 {
	color:#47b400;
}
.m_pp {
	color:#662d91;
}
.m_gr {
	color:#009245;
	}


.block_1050 {
    margin-top: 48px;
}
.block_1280_sub {
	width: 23%;
	float: left;
	margin-right: 7%;
	text-align: left;
}
.block_1280_sub h2 {
    font-size: 20px;
    text-align: left;
    line-height: 20px;
    margin: 0px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    letter-spacing: 0.1em;
    text-indent: 0em;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #333;
}
.block_1280_sub ul li a {
	text-align: left;
	display: block;
	font-size: 16px;
	line-height: 60px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.block_1280_sub ul li a:hover {
    background-color: #004263;
    color: #fff;
}
.block_1280_sub ul .current-cat a {
	background-color: #004263;
	color:#fff;
}
.block_1280_sub .widget {
	margin-bottom: 100px;
}
.block_1280_main {
	width: 70%;
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
}
.new_bb li {
	width: 30%;
	margin-bottom: 36px;
	
	
}
.new_bb::after{
  content:"";
  display: block;
  width:30%;
}
.block_1050_n {
	padding: 0px;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.daysn {
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 64px;
	text-align: right;
}
#box_blog .box980_blog_2 .b_tt h1 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 15px;
}
#box_blog .box980_blog_2 .kiji_1 {
	font-size: 18px;
	line-height: 2.2em;
	margin-bottom: 54px;
	padding-bottom: 54px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.kiji_1 h1 {
    font-size: 22px;
    font-weight: 500;
    border-bottom: 3px solid #004263;
    margin-bottom: 32px;
}
.kiji_1 h2 {
    font-size: 20px;
    font-weight: 500;
    border-bottom: 5px double #004263;
    margin-bottom: 32px;
}
.kiji_1 h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 32px;
    padding: 0.5em;/*左線（実線 太さ 色）*/
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #004263;
}
.kiji_1 h4 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 32px;
	position: relative;
	padding: 0.6em;
	background: #00A7E3;
    color: #FFFFFF;
	
}
.kiji_1 h4:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #00A7E3;
	width: 0;
	height: 0;
	
}
.kiji_1 h5 {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 32px;
	
	border: dashed 1px #004263;
	padding: 0.2em 0.5em;
	
}
.kiji_1 h6 {
	position: relative;
	font-size: 18px;
	margin-bottom: 32px;
	font-weight: 500;

}
.kiji_1 h6:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}
.box980_blog_2 .kiji_1 img {
	height: auto;
	max-width: 100%;
}
.kiji_1 p {
    display: block;
    text-justify: inter-ideograph;
    text-align: justify;
    margin-top: 24px;
    margin-bottom: 48px;
    font-size: 16px;
    line-height: 2.2em;
}
.button_all a {
		text-align: center;
	
	margin-right: auto;
	margin-left: auto;
	
	color: #FFF;

 background-color: #00A7E3;
	border-radius: 40px;
display: block;
	margin-top: 112px;
	font-size: 16px;
	line-height: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	
    
}
.button_all a:hover {
		background-color: #004263;
	 color: #FFFFFF;	
}

	
.h_img {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	overflow: hidden;
	margin-top: 36px;
}
.h_img img {
	border-radius: 30px;
}
.footer_menu {
	display:none;
	}
.flow li img {
	height: auto;
	width: 100%;
}
.conp_bb .left {
	width: 50%;
	
	font-size: 18px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	line-height: 1.8em;
}
.conp_bb .right {
	width: 50%;
	padding-left: 5%;
}
.conp_bb .right img {
border-radius: 30px;
}

.conp_bb .left dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	display: block;
	overflow: hidden;
}
.conp_bb .left dl dt {
	padding: 15px;
	float: left;
	width: 20%;
	text-align: center;
}
.conp_bb .left dl dd {
	padding: 15px;
	float: left;
	width: 80%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.sp_tt {
	margin-top: 35px;
}
.m1000 .foot3 {
	width:100%;
	display: flex;
	justify-content: center;
	padding-top: 35px;
	
	}
.m1000 .foot3 li {
	width: 200px;
	margin-right: 15px;
	margin-left: 15px;	
}
.m1000 .foot3 li img {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	}
.t_boxpp {
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
   background-color: #FFFFFF;
     background-image: url(../img/top/tiny_grid.webp);
    padding-left: 5%;
    padding-right: 5%;
}
.t_boxpp .main {
      max-width: 1440px; 
     margin-left: auto;
    margin-right: auto;
}
.t_boxpp .main .mbox_head {
    
}
