/*
Theme Name: Original_style
Theme URI: http://unknown.jp/
Description: オリジナルリセット
Version: 100.0
Author: noname
Author URI: http://unknown.jp/
*/

/* html5 reset*/
html{overflow-y:scroll;}
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
main{display:block;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom; max-width:100%; height:auto;}

/* original reset */
li{
	list-style:none;
}
a {color:#333333; text-decoration:none;}
a:link { }
a:visited { }
a:hover {	text-decoration:underline;	}
a:active { }

/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
	color:#000000;
}

/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }

/* items */
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.large-container {
}
.container {
	width:950px;
	margin:0 auto;
}

@media screen and (max-width: 640px) {
	.container {
		width:100%;
	}
}


/* body style */
body {
	font-size:1.4rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	font-weight:500;
}
#wrapper {

}
/* common */
.sphead {
	display:none;
}
#header {
	width:250px;
	position:fixed;
	left:0;
	top:0;
	height:100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
	background:#fff;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.1);
	z-index:5000;
	overflow-y: scroll;
}
#header::-webkit-scrollbar { 
        display:none;
    }
#header .side_container{
	padding:0 0 60px;
}
#header .logo{
	padding:40px 15px 30px 15px;
	border-bottom:1px solid #B5B5B6;
}
#gnavi {
	padding:30px 0;
	border-bottom:1px solid #B5B5B6;
}
#gnavi ul {
	padding:0 30px 0 60px;
}
#gnavi ul li {
	margin-bottom:30px;
}
#gnavi ul li:nth-last-of-type(1) {
	margin-bottom:0px;
}
#gnavi ul li a {
	color:#F48B00;
	font-weight:bold;
	font-size:17px;
	text-decoration:underline;
}
#header .address {
	padding:30px 0 0;
	text-align:center;
}
#header .address address {
	font-size:20px;
	padding-bottom:5px;
}
#header .address span {
	display:block;
	padding:10px;
	line-height:1.4;
}
#header .address a {
	font-size:30px;
	color:#4BA073;
	font-weight:bold;
	text-decoration:none;
}
#header .address small {
	color:#9FA0A0;
	line-height:1.4;
}

#header .contact_linker {
	padding: 10px 20px 0;
}


#header .snsbox {
	
}
#header .snsbox ul{
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	padding-top:20px;
}
#header .snsbox .twitter a{
    background: #00AFEF;
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 22px;
    border-radius: 30px;
    width: 40px;
    box-sizing: border-box;
    height: 40px;
}

#footer {
	background:#F48B00;
}
#footer .container{
	display:flex;
	justify-content: space-between;
}
#footer .logo {
	padding: 50px 0 0 ;
	width:420px;
}
#footer .address {
	padding: 50px 0 0 ;
	width:400px;
	position:relative;
}
#footer .address p {
	font-size:20px;
	color:#fff;
	line-height:1.4;
}
#footer .address .boxer {
	display:flex;
	font-size:20px;
	justify-content: space-between;
	color:#fff;
	flex-wrap:nowrap;
	padding-top:15px;
	line-height:1.4;
}
#footer .address .linker {
	width:200px;
	margin-top:15px;
	display: inline-block;
	margin-right:15px;
	vertical-align:bottom;
}
#footer .address .linker .btn_contact{
	border-radius:5px;
	box-shadow:0px 4px 0 0 rgba(0,0,0,0.1);
	display:inline-block;
	max-width:100%;
	width:300px;
	color:#F48B00;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:15px 50px 15px 15px ;
	box-sizing:border-box;
	background: url(images/foot_icon06.png) no-repeat 85% 50% #fff;
    background-size: 25px;
}
#footer .address .linker .btn_contact:hover{
	text-decoration:none;
}
#footer .address  .sns{
	display: inline-block;
	vertical-align:bottom;
}
#footer .address  .sns a{
	background: #ffffff;
    color: #F48B00;
    display: block;
    padding: 13px;
    font-size: 28px;
    border-radius: 30px;
    width: 50px;
    box-sizing: border-box;
    height: 50px;
}
#footer #copy {
	background:#BC4002;
	text-align:center;
	padding:15px 0;
margin-top:50px;
font-size:12px;
color:#fff;
}
#footer #copy .container{
	display: block;
}


.title_type01 {
	margin-bottom:60px;
}
.title_type01 span{
	font-size:40px;
	display: block;
	font-weight:bold;
	text-align:center;
}
.title_type01 small{
	font-size:18px;
	display: block;
	text-align:center;
	margin-top:10px;
}
.title_type02 {
	color: #F48B00;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 17px;
    padding: 8px 0 8px 60px;
}
.kishabox .title_type02{
	background:url(images/icon01.png) no-repeat;
	background-size: 36px;
}
.twitterbox .title_type02{
	background:url(images/icon03.png) left center no-repeat;
	background-size: 40px;
}
.oshirasebox .title_type02{
	background:url(images/icon02.png) left center no-repeat;
	background-size: 40px;
}
.nyusatsubox .title_type02{
	background:url(images/icon03.png) left center no-repeat;
	background-size: 40px;
}
.others_box .title_type02{
	background:url(images/icon04.png) left center no-repeat;
	background-size: 45px;
}
.banners_box .title_type02{
	background:url(images/icon05.png) left center no-repeat;
	background-size: 46px;
}
.title_type03 {
	font-size:26px;
	background:#F48B00;
	color:#ffffff;
	padding:3px 25px;
	margin-bottom:30px;
}
.title_type04 {
	font-size:22px;
	font-weight:bold;
	color:#4BA073;
	text-align:center;
	position:relative;
	line-height:1.4;
}
.title_type04 span{
	display:inline-block;
	background:#fff;
	padding:0 20px;
}
.title_type04::before {
	content:"";
	height:1px;
	width:50%;
	background:#4BA073;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:-1;
}
.title_type04::after {
	content:"";
	height:1px;
	width:50%;
	background:#4BA073;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:-1;
}


.btn_type_simple {
	background:#F48B00;
	border-radius:5px;
	box-shadow:0px 4px 0 0 rgba(0,0,0,0.1);
	display:inline-block;
	max-width:100%;
	width:400px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
}
.btn_type_simple:hover {
	text-decoration:none;
}
.btn_type01 {
	background:#F48B00;
	border-radius:5px;
	box-shadow:0px 4px 0 0 rgba(0,0,0,0.1);
	display:inline-block;
	max-width:100%;
	width:400px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:20px 50px;
	box-sizing:border-box;
	position:relative;
}
.btn_type01.aqua {
	background:#34BFF2;
}
.btn_type01 i{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:20px;
	height:20px;
}
.btn_type01:hover {
	text-decoration:none;
}





.mainarea {
	margin-left:250px;
	max-width:calc(100% - 250px);
}
#main {
	line-height:1.8;
}

#slider {
	margin-bottom:60px;
	min-width:880px;
}
#slider .slick-dots {
	bottom:-30px;
}
#slider .slick-dots li  {
	margin:0;
}
#slider .slick-dots li button:before {
	font-size:12px;
	color:#F48B00;
}
#slider .slick-slide {
	position:relative;
}
#slider .slick-slide img{
	width:100%;
}
#slider .slick-slide div{
	display: block;
	background:rgba(244,139,0,0.2);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:60px;
	color:#ffffff;
	font-size:22px;
	box-sizing:border-box;
	padding:20px 0;
}
#slider .slick-slide div p{
}
.index_nav {
	margin-bottom:60px;
}
.index_nav ul{
	justify-content: space-between;
	display: flex;
}
.index_nav li{
	width:calc(100% / 4 - 10px);
}

.news_sections {
	padding:60px 0;
	background:#F0EEE8;
}
.news_sections .sectionbox {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news_sections article{
	background:#fff;
	width:calc(50% - 20px);
	border-radius:6px;
	text-align:center;
	margin-bottom:40px;
}
.news_sections article .inner {
    padding: 30px 30px 130px;
    text-align: left;
    position: relative;
    box-sizing: border-box;
    height: 540px;
}
.news_sections article .inner dl {
    height: 300px;
    overflow-x: hidden;
}
.news_sections article .inner dt.time {
	font-size:18px;
	margin-right:20px;
	display: inline-block;
	vertical-align:middle;
}
.news_sections article .inner dt.cats {
	font-size:14px;
	background:#383838;
	display: inline-block;
	padding:1px 10px 0;
	color:#ffffff;
	border-radius:5px;
	vertical-align:middle;
}
.news_sections article .inner dd {
	border-bottom:1px solid #DCE2DF;
	padding:0 0 10px;
	margin-bottom:20px;
}
.news_sections article .inner dd a{
	display:block;
	position:relative;
	padding-right:25px;
}
.news_sections article .inner dd a::after{
	content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 101;
}
.news_sections article .inner dd a::before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background: #F48B00;
    border-radius: 30px;
    transform: rotate(45deg);
    z-index: 100;
}
.news_sections article .inner .linker{
	position:absolute;
	bottom:40px;
	left:0;
	width:100%;
	box-sizing:border-box;
	padding:0 30px;
}
.news_sections article h3 {

}

.news_sections article.twitterbox .twitter_title{
	color: #3BB4E3;
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 17px;
    padding: 8px 0 8px 0px;
}
.news_sections article.twitterbox .twitter_title i{
   background: #00AFEF;
    color: #fff;
    display:inline-block;
    padding: 10px;
    font-size: 22px;
    border-radius: 30px;
    width: 40px;
    box-sizing: border-box;
    height: 40px;
    margin-right:15px;
}
.news_sections article.twitterbox .twitter_title small{
	font-size:18px;
}
.t_box{
	height: 300px;
}




.other_section {
	padding:60px 0;
}
.other_section .sectionbox {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:flex-start;
}
.other_section article {
	background:#F4F4F4;
	width:calc(50% - 20px);
	border-radius:6px;
	text-align:center;
	margin-bottom:40px;
}
.other_section article .inner {
	padding:40px 30px;
	text-align:left;
	position:relative;
}
.others_box li {
	font-size:18px;
	padding-left:25px;
	font-weight:bold;
	position:relative;
}
.others_box li::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-right:2px solid #000;
	border-top:2px solid #000;
	transform:rotate(45deg);
}
.banners_box ul{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;

}
.banners_box li{
	margin-bottom:25px;

}





/* second */
.secondtitle {
	background:#F0EEE8;
	text-align:center;
	padding:40px 0;
}
.secondtitle span{
	display:block;
	font-size:45px;
	font-weight:bold;
	padding:0 0 15px;
}
.secondtitle small{
	display:block;
	font-size:18px;
}



.breadcrumbs {
	padding:8px 0 0;
	margin-bottom:40px;
}


.bnumsection {
	margin-bottom:40px;
}
.bnumbox {
	width:100%;
	border:1px solid #DCDDDD;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom:5px;
}
.bnumbox td{
	font-size:18px;
	text-align:center;
	border:1px solid #DCDDDD;
	padding:15px;
}


.new {
	font-size: 12px;
    color: #fff;
    display: inline-block;
    background: #f00;
    padding: 5px;
    margin: 5px;
	animation: flash 1s linear infinite;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
}

  50% {
    opacity: 0;
}
}

.kisyasection h4{
	font-size:18px;
	font-weight:bold;
}
.kisyasection table{
	width:100%;
	border:1px solid #DCDDDD;
	border-collapse: collapse;
}
.kisyasection table th{
	width:150px;
	border:1px solid #DCDDDD;
	padding:15px;
	vertical-align:middle;
	font-size:18px;
}
.kisyasection table td{
	border:1px solid #DCDDDD;
	padding:15px;
	font-size:18px;
}


.infosection {

}
.infosection article {
	margin-bottom:40px;
}
.infosection .separate {
	margin-bottom:20px;
}
.infosection article .separate:nth-last-of-type(1) {
	margin-bottom:0px;
}
.infosection ul{
	padding:5px 0 0;
}
.infosection ul li{
	font-size:18px;
	padding-left:25px;
	position:relative;
}
.infosection ul li::before{
	content:"";
	border-top:2px solid #333;
	border-right:2px solid #333;
	transform:rotate(45deg);
	position:absolute;
	width:8px;
	height:8px;
	left:0;
	top:10px;
}
.infosection p{
	padding:5px 0 0;
	font-size:18px;	
}














/* smartphone */
@media screen and (max-width : 640px){
.sphead {
	display:block;
	height:70px;
	width:100%;
	padding:8px;
	box-sizing:border-box;
}
.sphead .logo{
	height:54px;
}
.menu-trigger {
	position: fixed;
	top: 10px;
    right: 10px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #F48B00;
    z-index: 6001;
    width: 54px;
    height: 54px;
    text-decoration: none;
}
.menu-trigger.upper {
    top: 7px;
}
.menu-trigger.active {
}
.menu-trigger:hover {
	text-decoration:none;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	outline:none!important;
    right: 13px;
    position: absolute;
    width: 28px;
    height: 2px;
    background-color: #F48B00;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 8000;
}
.menu-trigger div{
	margin: 43px 0px 0;
    display: block;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 10px;
}
.menu-trigger span:nth-of-type(1) {
	top: 10px;
}
.menu-trigger span:nth-of-type(2) {
	top: 22px;
}
.menu-trigger span:nth-of-type(3) {
	top: 34px;
}
.menu-trigger.active  span:nth-of-type(1),
.menu-trigger.active span:nth-of-type(3) {
    height: 2px;
    width: 33px;
    right: 8px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translate(-1px,7px) rotate(-45deg);
	transform: translate(-2px,5px) rotate(-45deg);
	top:16px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity:0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translate(-1px,-7px) rotate(45deg);
	transform: translate(-2px,-5px) rotate(45deg);
	top:26px;
}
#header {
	display: none;
	left:auto;
	right:0;
	top:0;
	height:100%;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
	background:#fff;
	box-shadow:0px 0px 10px 10px rgba(0,0,0,0.1);
	z-index:5000;
	overflow-y: scroll;
}
#header::-webkit-scrollbar { 
       display:block;
}
#header .side_container{
	padding:0 0 60px;
}



#footer {

}
#footer .container{
	flex-wrap:wrap;
}
#footer .logo {
	padding: 30px 15px 0 ;
	box-sizing:border-box
	width:100%;
}
#footer .address {
	padding: 30px 15px 0 ;
	width:100%;
	position:relative;
}
#footer .address p {
	font-size:20px;
	color:#fff;
	line-height:1.4;
}
#footer .address .boxer {
	display:block;
	color:#fff;
	flex-wrap:nowrap;
	padding-top:15px;
	line-height:1.4;
}
#footer .address .boxer .inbox{
	margin-bottom:10px;
}
#footer .address .linker {
	width:200px;
	margin-top:15px;
	display: inline-block;
	margin-right:15px;
	vertical-align:bottom;
}
#footer .address .linker .btn_contact{
	border-radius:5px;
	box-shadow:0px 4px 0 0 rgba(0,0,0,0.1);
	display:inline-block;
	max-width:100%;
	width:300px;
	color:#F48B00;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:15px 50px 15px 15px ;
	box-sizing:border-box;
	background: url(images/foot_icon06.png) no-repeat 85% 50% #fff;
    background-size: 25px;
}
#footer .address .linker .btn_contact:hover{
	text-decoration:none;
}
#footer .address  .sns{
	display: inline-block;
	vertical-align:bottom;
}
#footer .address  .sns a{
	background: #ffffff;
    color: #F48B00;
    display: block;
    padding: 13px;
    font-size: 28px;
    border-radius: 30px;
    width: 50px;
    box-sizing: border-box;
    height: 50px;
}
#footer #copy {
	background:#BC4002;
	text-align:center;
	padding:15px 0;
margin-top:50px;
font-size:12px;
color:#fff;
}
#footer #copy .container{
	display: block;
}


.title_type01 {
	margin-bottom:40px;
}
.title_type01 span{
	font-size:30px;

}
.title_type01 small{
	font-size:18px;
	margin-top:0px;
}
.title_type02 {
	color: #F48B00;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 17px;
    padding: 8px 0 8px 60px;
}
.kishabox .title_type02{
	background:url(images/icon01.png) no-repeat;
	background-size: 32px;
}
.twitterbox .title_type02{
	background:url(images/icon03.png) left center no-repeat;
	background-size: 36px;
}
.oshirasebox .title_type02{
	background:url(images/icon02.png) left center no-repeat;
	background-size: 36px;
}
.nyusatsubox .title_type02{
	background:url(images/icon03.png) left center no-repeat;
	background-size: 36px;
}
.others_box .title_type02{
	background:url(images/icon04.png) left center no-repeat;
	background-size: 41px;
}
.banners_box .title_type02{
	background:url(images/icon05.png) left center no-repeat;
	background-size: 42px;
}
.title_type03 {
	font-size:22px;
	background:#F48B00;
	color:#ffffff;
	padding:3px 25px;
	margin-bottom:30px;
}
.title_type04 {
	font-size:20px;
}
.title_type04 span{
	max-width: calc(80% - 20px);
}


.btn_type_simple {
	background:#F48B00;
	border-radius:5px;
	box-shadow:0px 4px 0 0 rgba(0,0,0,0.1);
	display:inline-block;
	max-width:100%;
	width:400px;
	color:#ffffff;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:20px;
	box-sizing:border-box;
}
.btn_type_simple:hover {
	text-decoration:none;
}
.btn_type01 {
	background:#F48B00;
	border-radius:5px;
	box-shadow:0px 4px 0 0 rgba(0,0,0,0.1);
	display:inline-block;
	max-width:100%;
	width:400px;
	color:#ffffff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:10px 50px;
	box-sizing:border-box;
	position:relative;
}
.btn_type01.aqua {
	background:#34BFF2;
}
.btn_type01 i{
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	right:20px;
	height:20px;
}
.btn_type01:hover {
	text-decoration:none;
}





.mainarea {
	margin-left:0px;
	max-width:100%;
}
#slider {
	margin-bottom:50px;
	min-width:100%;
}

#slider .slick-slide div{
	display: block;
	background:rgba(244,139,0,0.2);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	min-height:60px;
	color:#ffffff;
	font-size:16px;
	box-sizing:border-box;
	padding:15px 15px;
}
#slider .slick-slide div p{
}
.index_nav {
	margin-bottom:40px;
	padding:0 15px;
}
.index_nav li{
	width:calc(100% / 4 - 5px);
}

.news_sections {
	padding:40px 15px;
}
.news_sections article{
	width:calc(100%);
}
.news_sections article .inner {
	padding: 20px 20px 20px;
	height: 400px;
}
.news_sections article .inner dl {
    height: 230px;
    overflow-x: hidden;
}
.news_sections article .inner .linker{
	position:static;
	width:100%;
	box-sizing:border-box;
	padding:10px 0px;
}
.news_sections article h3 {

}

.news_sections article.twitterbox .twitter_title{
    font-size: 22px;
}

.other_section {
	padding:40px 15px;
}
.other_section .sectionbox {
}
.other_section article {
	width:calc(100%);
}
.other_section article .inner {
	padding:40px 20px;
}
.banners_box li{
	max-width:49%;
	margin-bottom:20px;

}

.t_box{
	height: 230px;
}
.t_box iframe{
	height: 230px;
	max-height: 230px;
}



/* second */
.secondtitle {
	background:#F0EEE8;
	text-align:center;
	padding:25px 15px;
}
.secondtitle span{
	display:block;
	font-size:30px;
	font-weight:bold;
	padding:0 0 15px;
}
.secondtitle small{
	display:block;
	font-size:16px;
}



.breadcrumbs {
	padding:8px 15px 0;
	margin-bottom:40px;
}


.bnumsection {
	margin-bottom:40px;
}
.bnumbox {
	margin:10px 15px 5px;
	width:calc(100% - 30px);
}
.bnumbox td{
	font-size:15px;
	padding:10px 5px;
	line-height:1.4;
}
.bnumsection p {
	padding:0 15px;
}
.kisyasection h4{
}
.kisyasection article{
	padding:0 15px;
}
.kisyasection table{
}
.kisyasection table th{
	width:90px;
	padding:10px;
	font-size:16px;
}
.kisyasection table td{
	padding:10px;
	font-size:16px;
}



.infosection {

}
.infosection article {
	margin-bottom:40px;
}
.infosection .separate {
	margin-bottom:20px;
}
.infosection article .separate:nth-last-of-type(1) {
	margin-bottom:0px;
}
.infosection ul{
	padding:5px 15px 0;
}
.infosection ul li{
	font-size:16px;
	padding-left:25px;
	position:relative;
}
.infosection ul li::before{
	content:"";
	border-top:2px solid #333;
	border-right:2px solid #333;
	transform:rotate(45deg);
	position:absolute;
	width:5px;
	height:5px;
	left:0;
	top:10px;
}
.infosection p{
	padding:5px 15px 0;
	font-size:16px;	
}

}

