/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

#tablet {
	display: none;
}

/* レイアウト
-------------------------------------*/

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	font-style: normal;
	letter-spacing: 0.1em;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width80 {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width50 {
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 300%;
	padding-top: 20px;
	margin-bottom: 40px;
	text-align: left;
	vertical-align: middle;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.1em;
	position: relative;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    display: table;
    color: #0D5EAF;
    padding-left: 50px;
    line-height: 130%;
}

h1:before {
	position: absolute;
	content: '';
	top: calc(50% - 1px);
	width: 40px;
	left: 0;
	height: 1px;
	border-top: solid 1px #0D5EAF;
}

h1 span {
	display: block;
	font-size: 40%;
	text-align: right;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
    color: #333333;
	font-weight: 500;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

h2 {
	font-size: 180%;
    border-bottom: 2px solid #CCC;
	line-height: 140%;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-style: normal;
    color: #333;
    font-family: "Noto Serif JP", serif;
}

#home h2 {
	font-size: 180%;
    border-bottom: 2px solid #FFFFFF;
	line-height: 140%;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-style: normal;
    color: #FFF;
    font-family: "Noto Serif JP", serif;
}

h3 {
	font-size: 120%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 500;
	font-style: normal;
}

ul + h2 {
	margin-top: 50px;
}

p + h3 {
	margin-top: 30px;
}

p {
	font-size: 100%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
	margin-bottom: 40px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 95%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
	padding: 20px 20px;
    transition : all 500ms;
	box-sizing: border-box;
    background: #DAECFA;
    background: linear-gradient(175deg, rgba(218, 236, 250, 1) 0%, rgba(0, 159, 230, 1) 50%, rgba(0, 159, 230, 1) 100%);
    background: #FFF;
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 10px 10px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}

#header_left {
	float: left;
	margin-left: 5%;
    margin-top: 10px;
}

#header_left div {
    transition : all 500ms;
}

#fix.fixed2 #header_left div {
    transition : all 500ms;
}

#header_left div img {
	transform: scale(1,1);
    transition : all 500ms;
	text-align: left;
}

#fix.fixed2 #header_left div img {
	transform: scale(0.9, 0.9) translate(-10%, 0%);
    transition : all 500ms;
}

#header_right {
	margin-right: 5%;
	float: right;
    transition : all 500ms;
}

#header_right p {
    text-align: right;
    padding-top: 15px;
    margin-bottom: 0;
    transition : all 500ms;
}

#fix.fixed2 #header_right p {
    padding-top: 5px;
    transition : all 500ms;
}

#header_right div {
    transition : all 500ms;
}

#fix.fixed2 #header_right div {
    transition : all 500ms;
}

#header_right div img {
	transform: scale(1,1);
    transition : all 500ms;
	text-align: right;
}

#fix.fixed2 #header_right p img {
	transform: scale(0.9, 0.9) translate(5%, 0%);
    transition : all 500ms;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	line-height: 150%;
	font-size: 85%;
	font-weight: 500;
	font-style: normal;
    margin-left: 10px;
	transition:all 0.5s ease;
}

#navi ul li a {
	display: block;
    padding: 3px 20px;
    background: #E53F04;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	transition:all 0.5s ease;
    border-radius: 100px;
    color: #FFF;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
    background: #FFF;
    color: #E53F04;
}

#menu_btn {
	display: none;
}

#sp_menu {
    display: none;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
    background: rgba(0, 159, 230, 1) 100%;
}

#home #container {
    padding-top: 0;
    background: none;
    color: #333;
}

section {
	padding-bottom: 100px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
    margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left35{
	float: left;
	width: 35%;
}

.right60 {
	float: right;
	width: 63%;
}

.right60 p {
    font-weight: 400;
}

.bg_blue {
    background: rgba(0, 159, 230, 1);
    padding-top: 40px;
}

.bg_blue2 {
    background: #003365;
    color: #FFF;
}

.bg_blue3 {
    background: rgba(0, 159, 230, 1);
    padding: 80px 0 0px;
}

.bg_blue3 h2 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}

.bg_blue3 p {
    color: #FFF;
}

.boder_top {
    border-top: 10px solid #FFEC00;
}

.bg01 {
    background: url("../img/content/top/bg01.jpg") center center no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.border {
    background: url("../img/content/top/border.svg") center left repeat-x;
    padding: 40px 0 80px;
}

.border_yellow {
    border: 5px dotted #FFEC00;
    border-radius: 30px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
}

.bg02 {
    background: url("../img/content/top/bg02.jpg") top center no-repeat;
    background-size: cover;
    padding: 0 0 200px 0;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
}

#footer_top {
    background: #FFEC00;
    padding: 15px 0;
}

#footer_main {
	background: #003365;
	padding: 30px 0 30px;
}

.footer_main_left {
    float: left;
}

.footer_main_right {
    float: right;
}

.footer_main_left p {
    margin-bottom: 10px;
    font-size: 80%;
}

.footer_main_left a {
    color: #FFF;
}

.footer_main_right p {
    margin-bottom: 0;
}

address {
    margin-top: 20px;
	font-size: 80%;
	font-style: normal;
    color: #FFF;
    text-align: left;
}

#footer_address {
    padding-top: 10px;
}

#footer_address p {
    font-size: 80%;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: center;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
    margin-top: 160px;
}

.video {
    width: 100%;/*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
    vertical-align: bottom;
    background: rgba(0, 159, 230, 1);
}

video#vid_main {
    width: 100%;
    height: auto;
}

.box_white {
    background: #FFF;
    border-radius: 30px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
}

.box_white p {
    color: #333;
    font-weight: 400;
}

.yellowline {
    background: #FFFFFF;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 70%, rgba(255, 236, 0, 1) 70%);
    background: -o-linear-gradient(rgba(255, 255, 255, 1) 70%, rgba(255, 236, 0, 1) 70%);
    background: linear-gradient(rgba(255, 255, 255, 1) 70%, rgba(255, 236, 0, 1) 70%);
}

.flex {
    display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.list li {
    list-style: none;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 80%;
}

.list li::after {
    content: "/";
    padding-left: 5px;
}

.caption {
    text-align: center;
    margin: auto;
    font-size: 140%;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
}

.news_box {
    background: #FFF;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 40px 20px;
}

.newsUl {
    height: 300px;
    overflow: auto;
    box-sizing: border-box;
}

.newsUl ul {
    text-align: left;
}

.newsUl ul li {
    display: block;
	font-size: 90%;
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
    padding-right: 60px;
    color: #333;
	border-bottom: 1px dotted #02A0C6;
    background: url("../img/common/btn.svg") top right no-repeat;
}

.newsUl ul li span {
	display: inline-block;
	font-size: 100%;
	background: #02A0C6;
	color: #FFF;
	padding: 2px 20px 3px;
	margin-right: 20px;
	width: 80px;
	text-align: center;
	border-radius: 3px;
	text-transform: uppercase;
}

.newsUl ul li a {
	margin-left: 20px;
	text-decoration: none;
}

/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
    margin-top: 110px;
	box-sizing: border-box;
    background-size: cover !important;
    padding: 250px 0;
}

#prt_main h1 {
    text-transform: capitalize;
	margin-bottom: 0;
	font-size: 400%;
	background: none;
    padding-left: 0;
    margin-left: 0;
    letter-spacing: 0.05em;
    color: #FFF;
    text-shadow: 1px 1px 3px #666;
}

#prt_main h1:before {
    display: none;
    padding-left: 0;
    margin-left: 0;
}

#prt_main h1 span {
    letter-spacing: 0.1em;
	font-size: 25%;
	display: block;
    color: #FFF;
	margin-top: 0;
}

#news #prt_main h1 {
    margin-left: auto;
    margin-right: auto;    
    text-align: center;
}

#list_navi {
	position: relative;
	z-index: 20;
	padding: 13px 0;
	top: 90px;
	background: #7FC1E5;
	color: #FFF;
	box-sizing: border-box;
}

#list_navi div {
	text-align: left;
	font-size: 90%;
	line-height: 100%;
}
	
#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding: 3px 0 3px 25px;
}

#list_navi div a {
	color: #FFF;
	text-decoration: none;
}

#list_navi div a:hover {
	text-decoration: underline;
}

/* コンテンツ
--------------------------------------------------------------------------*/

#content {
}

.maru img {
    border-radius: 7px;
}

/* service
-------------------------------------*/


/* service
-------------------------------------*/




/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
}

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 8px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 100% !important;
	color: #666;
}

.normalTbl input[type="checkbox"] {
	margin: 10px 0;
    padding: 10px;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

#kiyaku {
    height: 300px;
    overflow: auto;
    background: #FFF;
    color: #333;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

#kiyaku h2 {
    color: #333;
    border-bottom: 1px solid #CCC;
}

#kiyaku2 {
    background: #FFF;
    color: #333;
    padding: 40px 40px 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	color: #FFF;
	line-height: 100%;
	text-align: center;
	transition: 0.3s;
}

.btn a {
	display: block;
	background: #DC000C;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 10px;
    border-radius: 100px;
	transition: 0.3s;
    border: 2px solid #DC000C;
}

.btn a:hover {
	color: #DC000C;
	transition: 0.3s;
	background: #FFFFFF;
	text-decoration: none;
}

/* 写真
--------------------------------------------------------------------------*/

.fade {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fade2 {
    opacity : 0.1;
    transform : translate(-100px, 0);
    transition : all 500ms;
}
 
.fade2.scrollin2 {
    opacity : 1;
    transform : translate(0px, 0);
}

.fade3 {
    opacity : 0.1;
    transform : translate(100px, 0);
    transition : all 500ms;
}
 
.fade3.scrollin3 {
    opacity : 1;
    transform : translate(0, 0);
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-size: 80%;
	z-index: 20000;
}

#page-top a {
    background: #003365;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #1965B1;
}

#page-top a:hover img {
	opacity: 1;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.screen-reader-text {
    display: none;
}

.author,
.cat-links {
	display: none;
}
/*
.navigation {
	display: none;
}
*/

.meta-nav {
    display: none;
}

.nav-links {
  font-size: 16px;
  display: flex;
}
.nav-links div[class^="nav-"] {
  width: 50%;
}
.nav-links .nav-next {
  margin-left: auto;
}
.nav-links .nav-previous + .nav-next {
  margin-left: -1px;
}
.nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.5em;
  border: 1px solid #ddd;
}
@media (max-width: 767px) {
  .nav-links {
    font-size: 14px;
  }
}

.pagination {
	clear: both;
	margin-top: 50px;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
	border-top: 4px solid #033464 !important;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #033464; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #68cbbe; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #68cbbe; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     PC
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1400px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

/* 共通
--------------------------------------------------------------------------*/



}


/* ----------------------------------------------------------------------------------------------------
     タブレット
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 960px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 850px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}


}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {

.width80 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width50 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* 文字
--------------------------------------------------------------------------*/

h2 {
        text-align: left;
    }

#home h2 {
        text-align: center;
    }
    
p {
	font-size: 90%;
	line-height: 160%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
	margin-bottom: 40px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 95%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ヘッダー
--------------------------------------------------------------------------*/

#fix {
	position: relative;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
	padding: 20px 20px;
    transition : all 500ms;
	box-sizing: border-box;
    background: #DAECFA;
    background: linear-gradient(175deg, rgba(218, 236, 250, 1) 0%, rgba(0, 159, 230, 1) 50%, rgba(0, 159, 230, 1) 100%);
    background: #FFF;
}

#fix.fixed2 {
	position: relative;
	top: 0;
	left: 0%;
	padding: 10px 10px;
	z-index: 200;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}

#header_left {
	float: none;
	margin-left: auto;
    margin-top: 10px;
}

#header_left div {
    transition : all 500ms;
}

#fix.fixed2 #header_left div {
    transition : all 500ms;
}

#header_left div img {
	transform: scale(1,1);
    transition : all 500ms;
	text-align: left;
}

#fix.fixed2 #header_left div img {
	transform: scale(0.9, 0.9) translate(-10%, 0%);
    transition : all 500ms;
}

#header_right {
	margin-right: auto;
	float: none;
    transition : all 500ms;
    text-align: center;
    margin: auto;
}

#header_right p {
    text-align: center;
    padding-top: 15px;
    margin-bottom: 0;
    transition : all 500ms;
}

#fix.fixed2 #header_right p {
    padding-top: 5px;
    transition : all 500ms;
}

#header_right div {
    transition : all 500ms;
    text-align: center;
    margin: auto;
}

#fix.fixed2 #header_right div {
    transition : all 500ms;
}

#header_right div img {
	transform: scale(1,1);
    transition : all 500ms;
	text-align: right;
}

#fix.fixed2 #header_right p img {
	transform: scale(1, 1) translate(0%, 0%);
    transition : all 500ms;
}


/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
    display: none;
	width: 100%;
}

#menu_btn {
	display: none;
}
    
#sp_menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#sp_menu ul li {
    list-style: none;
    float: left;
    width: 50%;
    border-right: 2px solid #FFF;
    box-sizing: border-box;
}
    
#sp_menu ul li:nth-child(2) {
    border-right: none;
}
    
#sp_menu ul li a {
    display: block;
    padding: 15px 0;
    background: #DC000C;
    color: #FFF;
    text-decoration: none;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
    position: relative;
    top: 0;
    left: 0;
}
 
section {
	padding-bottom: 40px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
    margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left35{
	float: none;
	width: 100%;
}

.right60 {
	float: none;
	width: 100%;
}

.left35 p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
    
#voice .left35 p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}
    
.bg_blue {
    background: rgba(0, 159, 230, 1);
}

.bg_blue2 {
    background: #003365;
    color: #FFF;
}

.bg_blue3 {
    background: rgba(0, 159, 230, 1);
    padding: 40px 0 0px;
}

.bg_blue3 h2 {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 135%;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}

.bg_blue3 p {
    color: #FFF;
}

.boder_top {
    border-top: 10px solid #FFEC00;
}

.bg01 {
    background: url("../img/content/top/bg01.jpg") center center no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.border {
    background: url("../img/content/top/border.svg") center left repeat-x;
    padding: 40px 0 80px;
}

.border_yellow {
    border: 5px dotted #FFEC00;
    border-radius: 30px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
}

.bg02 {
    background: url("../img/content/top/bg02.jpg") top center no-repeat;
    background-size: cover;
    padding: 0 0 200px 0;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
}

#footer_top {
    background: #FFEC00;
    padding: 5px 0 15px;
}

#footer_main {
	background: #003365;
	padding: 30px 0 30px;
}

.footer_main_left {
    float: none;
}

.footer_main_right {
    float: none;
    margin-bottom: 20px;
}

.footer_main_left p {
    margin-bottom: 10px;
    font-size: 80%;
    text-align: center;
}

.footer_main_left a {
    color: #FFF;
}

.footer_main_right p {
    margin-bottom: 0;
}

address {
    margin-top: 20px;
	font-size: 80%;
	font-style: normal;
    color: #FFF;
    text-align: center;
}

#footer_address {
    padding-top: 10px;
    padding-bottom: 60px;
}

#footer_address p {
    font-size: 60%;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: center;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
    margin-top: 0px;
}

.video {
    width: 100%;/*背景色を横幅いっぱいに広げる*/
    text-align: center;
    margin: auto;
    vertical-align: bottom;
    background: rgba(0, 159, 230, 1);
}

video#vid_main {
    width: 100%;
    height: auto;
}

.box_white {
    background: #FFF;
    border-radius: 30px;
    padding: 40px 40px 20px;
    box-sizing: border-box;
}

.box_white p {
    color: #333;
}

.yellowline {
    background: #FFFFFF;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 1) 70%, rgba(255, 236, 0, 1) 70%);
    background: -o-linear-gradient(rgba(255, 255, 255, 1) 70%, rgba(255, 236, 0, 1) 70%);
    background: linear-gradient(rgba(255, 255, 255, 1) 70%, rgba(255, 236, 0, 1) 70%);
}

.flex {
    display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.list li {
    list-style: none;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 110%;
}

.list li::after {
    display: none;
    content: "/";
    padding-left: 5px;
}

.caption {
    text-align: center;
    margin: auto;
    font-size: 140%;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 30px;
}

.normalTbl table th {
	padding: 20px;
    display: block;
    width: auto;
}

.normalTbl table td {
	padding: 20px;
    display: block;
    width: auto;
}



} /* /@media */
