@charset "UTF-8";
/* CSS Document */
body {
	-webkit-text-size-adjust: 100%;
	background-color: #EEEDF5;
	background-repeat: repeat;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
#logo_h {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 33px;
	margin-bottom: 32px;
}
#gnavi_b {
	background-color: #4558A3;
	background-repeat: repeat;
	width: 100%;
}
#gnavi {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	overflow: hidden;
	padding-top: 45px;
	padding-bottom: 45px;
	letter-spacing: 3px;
}
#gnavi ul {
	margin-left: auto;
	margin-right: auto;
}
#gnavi ul li {
	display: block;
	padding-left: 27px;
	padding-right: 27px;
	overflow: hidden;
}
#gnavi ul li a {
	text-decoration: none;
}
/* Effect 16: fall down */
.cl-effect-16 a {
	color: #C8C8E3;
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}

.cl-effect-16 a::before {
	color: #fff;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
#container {
    box-sizing: border-box;
    width: 95%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	overflow: hidden;
}
.container {
    box-sizing: border-box;
    width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
	overflow: hidden;
}
.border {
	border-bottom: solid 1px #4558A3;
	width: 100%;
}
#slider_b {
    box-sizing: border-box;
    width: 90%;
	width: 980px;
	border: 1px solid #4558A3;
	margin-bottom: 45px;
}
#newsbox {
	width: 490px;
	
	margin-right: 25px;
}
#newstitle_b {
	width: 245px;
	
	overflow: hidden;
}
#newstitle {
	background-color: #4558A3;
	background-image: url(../img/top/news_b.png);
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 245px;
	height: 250px;
	display: table;
}
#newstitle p {
	font-size: 50px;
	line-height: 50px;
	display:table-cell;
    text-align:center;
    vertical-align:middle;
	letter-spacing: 3px;
}
#news_m {
	background-color: #c8c9e3;
	width: 215px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.3em;
}
#newsin_b {
	background-color: #fff;
	width: 239px;
	border: 1px solid #4558A3;
	padding-top: 10px;
	padding-bottom: 10px;
	
	overflow: hidden;
}
#newsin {
	width: 236px;
	height: 341px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
}
.ifrm {
      border:none;
      display:block;
}
.more1 a {
	display: block;
	color: #4558A3;
	margin-top: 13px;
	text-align: right;
	text-decoration: none;
}
.more1 a:hover {
	color: #fff;
}
.more2 {
	display: block;
	color: #fff;
	margin-top: 13px;
	text-align: right;
	text-decoration: none;
}
#rightbox {
	background-image: url(../img/top/about_b.jpg);
	background-repeat: no-repeat;
	font-family: 'Lato', sans-serif;
	color: #fff;
	height: 365px;
	overflow: hidden;
}
.topbox_t a {
	text-decoration: none;
	color: #FFF;
}
.topbox_t a:hover {
	color: #4558A3;
}
.topbox_t {
	padding-top: 35px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 50px;
	line-height: 1.2em;
	display: block;
	
	overflow: hidden;
	width: 214px;
}
.topbox_m {
	background-color:rgba(0,0,0,0.35);
	
	width: 211px;
	height: 365px;
	overflow: hidden;
	display:table;
}
.topbox_m a {
	font-size: 30px;
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
}
.topbox_m a:hover {
	background-color: #4558A3;
}
.topbox_m2 {
	background-color:rgba(0,0,0,0.35);
	
	width: 250px;
	height: 365px;
	overflow: hidden;
	display:table;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.topbox_m2 a {
	font-size: 50px;
	display:table-cell;
	vertical-align: middle;
	text-align:left;
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
	padding-left: 15px;
}
.topbox_m2 a:hover {
	background-color: #4558A3;
}

.subbana {
	
	width: 490px;
	margin-top: 45px;
	margin-bottom: 45px;
}
.subana1_b {
	background-color: #FCB659;
	background-image: url(../img/top/mains_b.png);
	background-repeat: no-repeat;
	display: table;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 245px;
	height: 250px;
	
}
.subana1_b p a {
	text-decoration: none;
	color: #fff;
}
.subana1_b p a:hover {
	color: #FFC78B;
}
.subana1_b p {
	display:table-cell;
    text-align:center;
    vertical-align:middle;
	font-size: 50px;
	line-height: 1.2em;
	letter-spacing: 3px;
}
.subbana1_t {
	background-image: url(../img/top/mains_rb.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 243px;
	height: 248px;
	overflow: hidden;
	display: table;
	border: 1px solid #FCB659;
}

.subbana1_t a {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	background-color:rgba(0,0,0,0.35);
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-decoration: none;
}
.subbana1_t a:hover {
	background-color: #FCB659;
}
.subana2_b {
	background-color: #4EAF2E;
	background-image: url(../img/top/other_b.png);
	background-repeat: no-repeat;
	display: table;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	width: 245px;
	height: 250px;
	
}
.subana2_b p a {
	text-decoration: none;
	color: #fff;
}
.subana2_b p a:hover {
	color: #57B735;
}
.subana2_b p {
	display:table-cell;
    text-align:center;
    vertical-align:middle;
	font-size: 50px;
	line-height: 1.2em;
	letter-spacing: 3px;
}
.subbana2_t {
	background-image: url(../img/top/other_r.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 243px;
	height: 248px;
	overflow: hidden;
	display: table;
	border: 1px solid #4EAF2E;
}

.subbana2_t a {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	background-color:rgba(0,0,0,0.35);
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
	text-decoration: none;
}
.subbana2_t a:hover {
	background-color: #4EAF2E;
}

#container2 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #595757;
	border-bottom-color: #595757;
	clear: both;
	overflow: hidden;
}
.cf_title {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #333;
	text-align: center;
	font-size: 36px;
	letter-spacing: 10px;
}
.contact_b {
	background-image: url(../img/top/contact_b.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	width: 490px;
	height: 350px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	overflow: hidden;
}
.topbox_t2 {
	overflow: hidden;
}
.topbox_t2 a {
	text-decoration: none;
	color: #fff;
	background-color:rgba(0,0,0,0.35);
	display: table-cell;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 60px;
	line-height: 1.1em;
	vertical-align: middle;
}
.topbox_t2 a:hover {
	background-color: #4558A3;
}
.fb_b {
	margin-top: 25px;
	width: 448px;
	height: 308px;
	padding: 20px;
	border: 1px solid #4558A3;
	background-color: #fff;
}
#pagetop {
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	margin-top: 25px;
	
	letter-spacing: 2px;
}
#pagetop a {
	color: #fff;
	display: block;
	background-color: #4558A3;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}
#pagetop a:hover {
	background-color: #333;
}
#footer_b {
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #4558A3;
	background-repeat: repeat;
}
#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#f_in1 {
	width: 263px;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 2px;
}
.f_inb a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-image: url(../img/common/footerb.png);
	background-repeat: no-repeat;
	padding: 23px;
	border-bottom: solid 1px #fff;
}
.f_inb a:hover {
	background-color: #333;
}
#f_in2 {
	width: 439px;
	padding-top: 15px;
	border-right: solid 1px #fff;
	
	text-align: center;
}
#copy {
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
	color: #fff;
	font-size: 10px;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}
#f_in3 {
	width: 275px;
	
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}
#f_in3 h2 {
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	text-align: right;
	letter-spacing: 2px;
	padding-top: 205px;
}
.fixed {
    position: fixed;
    top: 0px;
    z-index: 9999;
}
h4 {
	text-align: center;
	font-weight: lighter;
	font-size: 13px;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #333;
    width: 100%;
    box-sizing: border-box;
	
	border: solid 1px #4558A3;
}
.big120 {
	font-weight: normal;
	font-size: 25px;
	line-height: 2em;
	color: #4558A3;
}
.blue {
	color: #4558A3;
}
.blue2 {
	background-color: #c8c9e3;
	color: #4558A3;
}
.flexbox1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.maintext1 {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
    width: 50%;
    box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 45px;
	margin-bottom: 45px;
	padding: 10px 30px 10px 30px;
	display: block;
	overflow: hidden;
	border-left: solid 1px #4558A3;
	border-right: solid 1px #4558A3;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
.maintext1_2 {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	width: 50%;
    box-sizing: border-box;
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 45px;
	margin-bottom: 45px;
	padding: 10px 30px 10px 29px;
	display: block;
	overflow: hidden;
	border-right: solid 1px #4558A3;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
.maintext1_2 img {
    display: block;
    width: 100%;
    height: auto;
}
.maintext2 {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	background-color: #c8c9e3;
    width: 100%;
	max-width: 248px;
	font-size: 25px;
	line-height: 1.5em;
	margin-top: 45px;
	margin-bottom: 45px;
	margin-right: 25px;
	border: solid 1px #4558A3;
    box-sizing: border-box;
}

.maintext2_2 {
	width: 100%;
	max-width: 248px;
	background-color:#c8c9e3;
    box-sizing: border-box;
}
.maintext5 {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	background-color: #c8c9e3;
	
	width: 100%;
	max-width: 248px;
	font-size: 25px;
	line-height: 1.5em;
	margin-bottom: 45px;
	margin-right: 25px;
	border: solid 1px #4558A3;
    box-sizing: border-box;
}
.maintext5_2 {
	width: 100%;
	max-width: 248px;
	background-color:#c8c9e3;
    box-sizing: border-box;
}

.titlebace {
	width: 100%;
	max-width: 248px;
	height: 247px;
	border-bottom: solid 1px #4558A3;
	display: table;
    box-sizing: border-box;
}
.maintitle1 {
	width: 100%;
	max-width: 248px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #4558A3;
	color: #FFF;
	height: 100%;
    box-sizing: border-box;
}
.maintextbace {
    width: 100%;
	max-width: 700px;
    box-sizing: border-box;
	margin-top: 45px;
	margin-bottom: 45px;
	overflow: auto;
	display: block;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.maintextbace5 {
	
	width: 100%;
	max-width: 700px;
    box-sizing: border-box;
	margin-bottom: 45px;
	overflow: hidden;
	display:block;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.midashi {
	border: solid 1px #4558A3;
	display: block;
	overflow: hidden;
	clear: both;
	color: #4558A3;
    width: 100%;
	max-width: 700px;
	padding: 10px 20px 10px 20px;
	line-height: 1.5em;
	font-size: 14px;
    box-sizing: border-box;
}
.midashi p {
	margin: 15px 0 5px 0;
}
.midashi2 {
	border: solid 1px #4558A3;
	display: block;
	overflow: hidden;
	clear: both;
	width: 663px;
	color: #333;
	padding: 10px 20px 10px 20px;
	line-height: 1.5em;
	font-size: 14px;
	background-color: #FFF;
}
.midashi2 p {
	margin: 15px 0 5px 0;
}
.midashi3 {
	display: block;
	overflow: hidden;
	padding-top: 45px;
	color: #4558A3;
	text-align: center;
	font-size: 23px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 1013px) {

.maintext2 {
    width: 100%;
    max-width: 1013px;
    margin-bottom: 0;
    margin-right: 0;
}
.maintextbace5 {
    width: 100%;
    max-width: 1013px;
    margin-bottom: 0;
    margin-right: 0;
}
    .maintextbace5_2 {
        width: 100%;
    max-width: 1013px;
    }
    .maintext5 {
         width: 100%;
    max-width: 1013px;
        margin-right: 0;
    
    }
    .maintext5_2 {
        width: 100%;
    max-width: 1013px;
    }
.maintext2_2 {
	width: 100%;
    max-width: 1013px;
}
.maintextbace {
    width: 100%;
	max-width: 1013px;
}
.titlebace {
	width: 100%;
    max-width: 1013px;
	
}
   

.maintitle1 {
	width: 100%;
	max-width: 1013px;
	
}
}
@media screen and (max-width: 980px) {
    .maintext1 {
    width: 100%;
	max-width: 980px;
	border-left: solid 0px #4558A3;
	border-right: solid 0px #4558A3;
        margin-bottom: 0px;
}
.maintext1_2 {
    width: 100%;
	max-width: 980px;
	border-left: solid 0px #4558A3;
	border-right: solid 0px #4558A3;
	margin-top: 10px;
	
}
}
@media screen and (min-width: 681px) {
    .spnone {
        display: block;
    }
    .pcnone {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .spnone {
        display: none;
    }
    .pcnone {
        display: block;
    }
.maintext2 {
    width: 100%;
    max-width: 800px;
}
.maintext2_2 {
	width: 100%;
    max-width: 800px;
}
.titlebace {
	width: 100%;
    max-width: 800px;
	
}
    }
.day {
	text-align: right;
	color: #4558A3;
}
.maintext3 {
	width: 644px;
	font-size: 14px;
	margin-top: 25px;
	padding: 0 30px 0 29px;
	display: block;
	overflow: hidden;
	border: solid 1px #4558A3;
	color: #333;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
.maintext3 dl {
	margin: 0;
	padding: 0;
}
.maintext3 dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #4558A3;
	margin: 0;
	padding: 0;
	line-height: 18px;
	border: solid 1px #4558A3;
	overflow: hidden;
}
.maintext3 dl dd {
	margin: 0 0 10px 0;
	padding: 0 5px 5px 5px;
	clear: both;
	font-size: 14px;
	line-height: 1.5em;
}
.maintext4 {
    width: 100%;
	max-width: 700px;
    box-sizing: border-box;
	font-size: 14px;
	padding: 0 30px 0 29px;
	display: block;
	overflow: hidden;
	border: solid 1px #4558A3;
	color: #333;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
.maintext4 dl {
	margin: 0;
	padding: 0;
}
.maintext4 dl dt {
	font-size: 18px;
	font-weight: bold;
	color: #4558A3;
	margin: 0;
	padding: 0;
	line-height: 18px;
	border: solid 1px #4558A3;
	overflow: hidden;
    display: flex;
    justify-content: flex-start;
    
}
.maintext4 dl dd {
	margin: 0 0 10px 0;
	padding: 0 5px 5px 5px;
	clear: both;
	font-size: 14px;
	line-height: 1.5em;
}
.dttitle {
	padding: 10px;
}
.dttitle1 {
	padding: 10px;
	background-color: #4558A3;
	color: #fff;
}
.tablec {
	border-bottom: solid 1px #4558A3;
	border-right: solid 1px #4558A3;
	display: table;
	clear: both;
	overflow: hidden;
    width: 100%;
	max-width: 704px;
    box-sizing: border-box;
	line-height: 1.5em;
	font-size: 14px;
	overflow: hidden;
}
@media screen and (max-width: 1013px) {

.tablec {
    width: 100%;
	max-width: 1013px;
}
}

.tablec dl {
	display: table-row;
}
.tablec dl dt {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	border-left: 1px solid #4558A3;
	border-top: solid 1px #4558A3;
	text-align: right;
}
.tablec dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 15px;
	border-left: 1px solid #4558A3;
	border-top: solid 1px #4558A3;
	text-align: left;
}
.tablec .tablec2 {
	display: table-row-group;
}
@media screen and (max-width: 680px) {
    
.tablec dl dt {
	width: 100%;
    background-color: #80ACFA;
    display: block;
    text-align: left;
    box-sizing: border-box;
}
    .tablec dl dd {
	width: 100%;
        display: block;
        text-align: left;
        box-sizing: border-box;
}
    .tablec dl dd input {
	width: 100%;
        display: block;
        text-align: left;
        box-sizing: border-box;
        padding-bottom: 3%;
}
    .tablec .tablec2 {
	display: block;
        width: 100%;
        box-sizing: border-box;
}
    .mfp_buttons button {
        width: 30%;
        padding: 5%;
        box-sizing: border-box;
    }
    form {
        width: 100%;
        box-sizing: border-box;
    }
    #mailformpro {
        width: 100%;
        box-sizing: border-box;
    }
    #mailformpro  dl {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }
}
.must {
	display: block;
	background-color: #4558A3;
	padding: 3px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px 0 5px;
	vertical-align: middle;
}
.must2 a {
	display: block;
	background-color: #4558A3;
	padding: 3px 5px 3px 5px;
	font-size: 10px;
	color: #FFF;
	float: right;
	margin: 0px 5px 0 5px;
	vertical-align: middle;
	text-decoration: none;
}
.must2 a:hover {
	background-color: #333;
	color: #FFF;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
	border-left: 1px solid #4558A3;
	border-right: 1px solid #4558A3;
	border-bottom: solid 1px #4558A3;
}
div.mfp_buttons button#mfp_button_send {
	
}
div.mfp_buttons button#mfp_button_cancel {
	
}
div.mfp_buttons button {
	font-size: 12px;
	margin: 0px;
	padding: 5px;
	background-color: #4558A3;
	color: #fff;
	border: none;
	outline: none;
}
div.mfp_buttons button:hover {
	background-color: #666;
}
div.mfp_buttons button.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.policy_b {
	width: 928px;
	height:200px;
	border: 1px solid #4558A3;
	padding:25px;
	margin: 45px 0 45px 0;
}
.policy {
	height: 200px;
	font-size: 12px;
	overflow-y:auto;
	line-height: 1.5em;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.newtext2 a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	line-height: 1.5em;
}
.newtext2 a:hover {
	color: #4558A3;
}
.name {
	color: #4558A3;
	text-align: right;
	margin-top: 45px;
	font-weight: bold;
	font-size: 16px;
	padding-right: 15px;
}
.nmain {
	width: 500px;
}
.otherb1 {
	background-image: url(../img/other/1.jpg);
	background-repeat: no-repeat;
    width: 100%;
	max-width: 978px;
	height: 444px;
	display: table;
}
.otherb2 {
	background-image: url(../img/other/2.jpg);
	background-repeat: no-repeat;
	width: 978px;
	height: 444px;
	display: table;
}
.otherb3 {
	background-image: url(../img/other/3.jpg);
	background-repeat: no-repeat;
	width: 978px;
	height: 444px;
	display: table;
}
.otherb4 {
	background-image: url(../img/other/4.jpg);
	background-repeat: no-repeat;
	width: 978px;
	height: 444px;
	display: table;
}
.othertitle {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 65px;
	line-height: 0.8em;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	padding-right: 60px;
	letter-spacing: 1px;
    width: 100%;
}
@media screen and (max-width: 680px) {
    .othertitle {
	font-size: 45px;
	line-height: 0.8em;
	display: table-cell;
	text-align: left;
	padding-left: 2%;
}
}
.othersubtile {
	font-size: 25px;
}
.maintext1_2 img {
	border: 1px solid #4558A3;
}
.subtitle {
	font-size: 20px;
	color: #4558A3;
	border: 1px solid #4558A3;
	padding: 15px;
	margin-bottom: 15px;
	display: block;
    width: 100%;
	max-width: 700px;
    box-sizing: border-box;
	
}
@media screen and (max-width: 1013px) {
    .subtitle {
    width: 100%;
	max-width: 1013px;
	
}
}
.subtitle2 {
	font-size: 20px;
	color: #4558A3;
	border: 1px solid #4558A3;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 25px;
	display: block;
	width: 100%;
	max-width: 700px;
    box-sizing: border-box;
}
.subtitle3 {
	font-size: 20px;
	color: #fff;
	border: 1px solid #4558A3;
	padding: 15px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	max-width: 700px;
    box-sizing: border-box;
	background-color: #4558A3;
}
.subtitle4 {
	font-size: 20px;
	color: #fff;
	border: 1px solid #4558A3;
	padding: 15px;
	margin-bottom: 15px;
	margin-top: 25px;
	display: block;
	width: 100%;
	max-width: 700px;
    box-sizing: border-box;
	background-color: #4558A3;
	line-height: 1.5em;
}
.subtitleborder {
	border-left: solid 5px #4558A3;
	padding-left: 10px;
}
.subtitleborder2 {
	border-left: solid 5px #fff;
	padding-left: 10px;
}
.smallstyle {
	font-size: 15px;
}
.cboth {
	clear: both;
	overflow: hidden;
}
.s_midashi {
	display: block;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	font-size: 16px;
}
.f13 {
	margin-top: 10px;
	font-size: 15px;
	display: block;
}
.subtext {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	color: #4558A3;
	padding-top: 10px;
}

table.brwsr1 {
    font-size: 15px;
    margin: 0 auto;
	width: 100%;
	border: solid 1px #4558A3;
}
table.brwsr1 th {
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
    text-align: left;
    color: #fff;
	text-align: center;
}
 
table.brwsr1 td {
    padding: 5px 10px 5px 10px;
    vertical-align: middle;
    text-align: left;
    border-bottom: #4558A3 1px solid;
    font-size: 15px;
	text-align: center;
	background-color: rgba(255,255,255,0.5);
}
 
table.brwsr1 th.r1,
table.brwsr1 td.r1 {
    border-right: #4558A3 1px solid;
	color: #4558A3;
	background-color: #c8c9e3;
	border-bottom: #4558A3 1px solid;
}
 
table.brwsr1 th.r2,
table.brwsr1 td.r2 {
    border-left: #4558A3 1px solid;
    border-right: #4558A3 1px solid;
	border-bottom: #4558A3 1px solid;
}

table.brwsr1 th.r2,
table.brwsr1 th.r9 {
    text-align: center;
}
.mt25 {
	margin-top: 25px;
}
.li15 {
	line-height: 1.5em;
}
.backwhite {
	background-color: rgba(255,255,255,0.3);
}
footer h4 {
    border: none;
}