/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 160%;
    -webkit-text-size-adjust: none;
}
img {
    vertical-align: bottom;
}
h1 {
} /* Header内で設定 */
h2 {
}
h3 {
}
h4 {
}
a {
    color: #00437e;
	text-decoration: none;
}
a:hover, a:active {
    color: #00437e;
    text-decoration: underline;
}
a:visited {
}
ul {
}
li {
}
dl {
}
dt {
}
dd {
}
table {
    width: 100%
}
th, td {
}
th {
}
td {
}
p {
    margin: 0 0 2em;
}
p, dd, td, th, li {
    line-height: 2em;
}
.section {
    padding: 0 0 55px 0;
}
.section .section {
    padding: 0 0 35px;
}
#totop {
    border: none;
    bottom: 50px;
    cursor: pointer;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-decoration: none;
    text-align: center;
    z-index: 9999;
    transform: translateX(200px) scale(0.2) rotate(180deg);
    opacity: 0;
    display: block;
    transition: all 0.35s;
}
#totop.show:hover {
    opacity: 0.8;
    display: block;
}
#totop.show {
    opacity: 1;
    transform: translateX(0px) scale(1) rotate(0deg);
}
#totop.show a {
    display: block;
    width: 170px;
    padding: 15px 0;
}
#totop.show a img {
    animation: boat02 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation: boat02 1.5s ease-in-out 0s infinite alternate;
    -moz-animation: boat02 1.5s ease-in-out 0s infinite alternate;
}
#totop img {
    width: 170px;
}
/* add
------------------------------------------------------------------------*/

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
    background: none;
}
body {
    color: #333333;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
#wrapper {
    margin: 0 auto;
    overflow: hidden;
    min-width: 1250px;
}
.inner {
    width: 1100px;
    margin: 0 auto;
    position: relative
}
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
#header p {
    margin-bottom: 0
}
#header h1 {
    font-size: 10px;
    text-align: right;
    padding: 10px 0 11px;
    letter-spacing: 1px;
    color: #333333
}
#header #logo {
    margin: 0 auto;
    text-align: center
}
#header #header_top {
    margin-bottom: 11px;
}
/*==========================================================================*/
/*                               gnavi                                   */
/*==========================================================================*/	
#menu {
    background: #fff
}
#gnavi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}
#gnavi>li {
    width: calc(100%/6)
}
#gnavi>li>a, #gnavi>li>span {
    width: 100%;
    height: 72px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    font-family: 'NotoSansCJKjp-Medium';
    font-size: 15px;
    padding: 21px 30px 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #001e39;
    line-height: 1.4em;
    letter-spacing: 2px;
    transition: opacity 0.35s ease-out
}
#gnavi>li>a:hover {
    opacity: 0.7
}
#gnavi>li:first-child .gnavi_en {
    letter-spacing: 2px;
}
#gnavi>li .gnavi_en {
    text-transform: uppercase;
    font-size: 9px;
    font-family: 'NotoSansCJKjp-Medium';
    letter-spacing: 1px;
}
#gnavi>li>a:hover, #gnavi>li>span:hover {
    opacity: 0.8
}
#gnavi>li>a:before, #gnavi>li:first-child>a:after, #gnavi>li>span:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #c8c8c8;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto auto;
}
#gnavi>li:first-child>a:after {
    right: inherit;
    left: 0
}
#gnavi .gnavi_title>.gnavi_en {
    background: url(../images/menu_arrow01.png) right center no-repeat;
    background-size: 12px auto;
    padding-right: 18px;
}
#gnavi>li.icon_contact, #gnavi>li.btn_modal {
    display: none
}
#gnavi>li.icon_contact>a:before, #gnavi>li.btn_modal>span:before {
    display: none;
}
/*==========================================================================*/
/*                               Top Info                                   */
/*==========================================================================*/
#top_info .top_info_main {
    position: relative
}
#slider {
    width: 100%;
    height: 660px;
}
#topinfo_right {
    width: 410px;
    height: 660px;
    position: absolute;
    right: -8px;
    top: 0;
    z-index: 999
}
#top_info .idx_load {
    position: relative;
    z-index: 1000
}
#top_info .idx_load .inner {
    margin-top: -41px;
    position: relative;
    width: 1100px;
    padding-right: 3%;
    box-sizing: border-box
}
#top_info .idx_load_title {
    background: #082857;
    color: #fff;
    font-size: 16px;
    width: 410px;
    height: 80px;
    font-family: 'NotoSansCJKjp-Medium';
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 56px;
    letter-spacing: 2px;
    position: absolute;
    left: -410px;
}
#top_info .idx_load .load_kiji {
    height: 80px;
	width: 100%;
    background: rgba(1,67,127,0.9);
    padding: 30px 40px 30px 20px;
    box-sizing: border-box;
    position: relative;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#kijikaku_info {
    height: 46px;
	width: 90%
}
#top_info .idx_load .idx_load_btn {
    padding-left: 53px;
}
#top_info .idx_load ul a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1.5px;
    line-height: 1.35em;
    transition: text-decoration 0.35s ease-out;
    display: inline-block
}
#top_info .idx_load ul a>span:first-child {
    padding-right: 17px;
}
#top_info .idx_load ul a:hover>span:last-child {
    text-decoration: underline
}
#top_info .idx_load ul li {
    padding: 5px 0
}
#topinfo_right dl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 410px;
    height: 219px;
    border-bottom: 1px solid #ffffff;
    background: #00437e
}
#topinfo_right dl:last-child {
    border-bottom: none;
    height: 220px;
}
#topinfo_right dt {
    background: url(../images/topinfo_right.jpg);
    width: 120px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    color: #bdcedd;
    font-family: 'NotoSansCJKjp-Medium';
    letter-spacing: 1.5px;
}
#topinfo_right dt>span + span {
    padding-top: 10px;
}
#topinfo_right dd {
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding: 32px 30px 35px 33px;
    color: #fff;
    letter-spacing: 1.5px;
}
#topinfo_right dd p {
    line-height: 1.875em;
    margin-bottom: 13px
}
#topinfo_right .topinfo_gg a {
    color: #ebd200;
    text-decoration: none;
    padding-left: 20px;
    background: url(../images/idx_arrow03.png) left center no-repeat;
    background-size: 5px auto;
}
#topinfo_right dd p:last-child {
    margin-bottom: 0
}
#topinfo_right .topinfo_time p {
    border-bottom: 1px solid #336998;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
#topinfo_right .topinfo_time p:first-child {
    font-size: 18px;
    letter-spacing: 2px;
}
#topinfo_right .topinfo_time p:last-child {
    margin-left: 15px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
	font-size: 14px;
}
#topinfo_right .topinfo_time p:last-child:first-letter {
    margin-left: -15px;
}
#topinfo_right .icon_tel {
    font-size: 16px;
    font-family: 'NotoSansCJKjp-Medium';
    letter-spacing: 1.2px;
    margin-bottom: 18px;
}
#topinfo_right .icon_tel>span {
    font-size: 26px;
}
/*SLIDERS*/
#index #slider {
    position: relative
}
#index #slider .box_sp {
    display: none !important
}
#index #slider .slider_title {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 50px;
    box-sizing: border-box
}
#index h2 {
    font-family: 'NotoSerifCJKjp-SemiBold';
    color: #001e39;
    font-size: 28px;
    line-height: 2em;
    margin-bottom: 35px;
    letter-spacing: 2px;
    position: relative
}
#index h2:before {
    position: absolute;
    content: "";
    border-top: 2px solid #001e39;
    right: 0;
    bottom: 18px;
    width: 100px;
    height: 2px;
}
#index h2>span {
    font-size: 42px;
}
#index .slider_icon {
    background: url(../images/slider_icon.png) center center no-repeat;
    background-size: contain;
    font-family: 'Great Vibes', cursive;
    color: #00437e;
    font-size: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86px;
    height: 90px;
    box-sizing: border-box;
    padding: 3px 5px 13px;
    letter-spacing: -6px;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
    margin-right: 18px;
}
#index .slider_icon>span {
    font-size: 26px;
    padding-top: 20px;
    letter-spacing: 0
}
#index .slider_text {
    display: flex;
}
#index .slider_text li:last-child {
    font-size: 18px;
    color: #001e39;
    line-height: 1.8em;
    letter-spacing: 3px;
    font-family: 'NotoSerifCJKjp-SemiBold';
    display: flex;
    flex-direction: column;
    margin-top: 10px
}
#index .slider_text li:last-child>span {
    text-align: right
}
/*slidermain*/

#slidermain {
    position: relative;
    left: -410px;
    top: 0;
    width: 1510px;
    z-index: 0
}
/*==========================================================================*/
/*                               footer                                     */
/*==========================================================================*/
.under #footer {
    margin-top: 45px;
}
#footer p {
    margin-bottom: 0
}
#footer .footer_top {
    padding: 80px 0 58px;
    background: #f5f5f5
}
#footer .footer_top .inner {
    display: flex;
    justify-content: space-between;
}
#footer .footer_left {
    width: 490px;
}
#footer #footer_logo {
    margin-bottom: 32px;
}
#footer .footer_address {
    letter-spacing: 1.6px;
    color: #333333;
    margin-bottom: 8px
}
#footer .footer_tel {
    margin-bottom: 4px;
}
#footer .footer_tel a {
    color: #00437e;
    font-size: 16px;
    text-decoration: none;
    font-family: 'NotoSansCJKjp-Medium';
    letter-spacing: 1.6px;
}
#footer .footer_tel a>span {
    font-size: 26px;
    padding-left: 4px;
    letter-spacing: 2px;
}
#footer table {
    border: none !important;
    margin-bottom: 2px;
}
#footer table tr {
    border-bottom: 1px solid #666666
}
#footer table th, #footer table td {
    padding: 8px 10px;
    border: none !important;
    font-family: 'NotoSansCJKjp-Medium';
    font-size: 13px;
    box-sizing: border-box;
    height: 43px;
    text-align: center;
    background: #f5f5f5;
}
#footer table th {
    color: #001e39;
	position: inherit  !important;
}
#footer table td {
    color: #00437e;
    letter-spacing: 1.5px;
}
#footer table th:last-child {
    padding-right: 2px;
    letter-spacing: 1px;
}
#footer table th:first-child {
    width: 135px !important;
    letter-spacing: 1.3px;
}
#footer table tr:first-child th:only-of-type::before, #footer table tr th:nth-of-type(2n)::before {
	display: none
}
#footer .footer_tb_note {
    color: #2a1e18;
    font-size: 14px;
    letter-spacing: 1px;
}
#footer .footer_bnr {
    margin: 22px 0;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#footer .footer_bnr li:nth-child(2) {
    margin-right: 0;
	width: 220px;
}
#footer .footer_bnr li:nth-child(1) {
    margin-top: 10px
}
#footer .footer_bnr li:nth-child(2) a, #top_info .icon_contact a, #gnavi>li.icon_contact a, #footer .fsp_contact .fsp_shikatown a, #top_info .btn_modal span, .footer_bnr .btn_modal span, #gnavi > li.btn_modal span, #footer .fsp_contact .btn_modal span {
    background: #ebd200 url(../images/idx_arrow02.png) 20px center no-repeat;
    background-size: 5px auto !important; 
    border-radius: 20px;
    width: 220px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 18px;
    color: #18427c;
    text-decoration: none;
    letter-spacing: 1px;
}
#top_info .btn_modal span, .footer_bnr .btn_modal span, #gnavi > li.btn_modal span {
	background: #00b549 url(../images/idx_arrow02.png) 20px center no-repeat;
    background-size: 5px auto !important; 
	color: #fff;
}

.footer_bnr .btn_modal {
  width: 220px;
/*  margin-left: 55%;*/
  margin-top: -30px;
}
/*footer_link*/
#footer .footer_link {
    width: 550px;
    padding-top: 10px;
}
#footer .footer_link a, #footer .f_link_full span {
    text-decoration: none;
    background: url(../images/idx_arrow02.png) left 23px no-repeat;
    background-size: 4px auto;
    color: #333333;
    font-size: 16px;
    padding: 10px 0 10px 14px;
    letter-spacing: 1.5px;
    display: flex;
    transform: opacity 0.35s ease-in-out
}
#footer .footer_link a:hover {
    opacity: 0.7
}
#footer .footer_link .flink_top a, #footer .footer_link>dl dt {
    color: #001e39;
    font-family: 'NotoSansCJKjp-Medium';
    letter-spacing: 1px;
    text-transform: uppercase
}
#footer .footer_link .flink_top, #footer .footer_link>dl {
    border-bottom: 1px solid #b2c6d7;
}
#footer .footer_link .flink_top {
    border-top: 1px solid #b2c6d7;
    padding: 0 20px;
}
#footer .footer_link .flink_top + dl li {
    border-bottom: none
}
#footer .footer_link>dl, #footer .footer_link>dl ul {
    display: flex;
    flex-flow: row wrap;
}
#footer .footer_link>dl dt {
    width: 100px;
    padding: 12px 20px;
    box-sizing: border-box
}
#footer .footer_link>dl dd {
    width: calc(100% - 100px);
}
#footer .footer_link li {
    padding: 0 20px 0 24px;
    border-bottom: 1px solid #b2c6d7;
    box-sizing: border-box
}
#footer .footer_link>dl:last-child li {
    width: 50%;
}
#footer .footer_link>dl:last-child li:nth-child(3), 
#footer .footer_link>dl:last-child li:nth-child(5),
#footer .footer_link>dl:last-child li:nth-child(7),
#footer .footer_link>dl:last-child li:nth-child(9){
	padding-left: 33px;
}
#footer .footer_link>dl:last-child dt {
    padding-top: 15px;
}
#footer .f_link_full {
    width: 100% !important
}
#footer .footer_link>dl:last-child .f_link_full span {
    padding: 13px 0 8px 14px;
}
#footer .footer_link>dl:last-child a {
    padding: 15px 0 7px 14px;
}
#footer .footer_link>dl:last-child li:nth-child(8),#footer .footer_link>dl:last-child li:nth-child(9) {
    border-bottom: none;
}
#footer .footer_link>dl:last-child li:nth-child(8) a{
	letter-spacing: -1px;
}
#footer .footer_link>dl:last-child a {
    background-position: left 28px;
}
address {
    background: #00437e;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin-top: -4px;
}
#footer .footer_map {
    height: 500px;
}
/*==========================================================================*/
/*                               Content                                   */
/*==========================================================================*/
#index #content {
    padding-top: 67px;
}
#index h3 {
    font-size: 28px;
    font-family: 'NotoSansCJKjp-Medium';
    color: #00437e;
    letter-spacing: 1.7px;
    margin-bottom: 70px;
    line-height: 1.5em;
    position: relative
}
#index h3 .h3_top {
    font-size: 22px;
    color: #001e39
}
#index h3 .h3_bottom>.fz44 {
    font-size: 44px;
}
#index #idx_box01 h3 {
    text-align: center;
}
#index #idx_box01 h3 .h3_bottom {
    background: url(../images/idx_h3_bg01.png) right bottom no-repeat;
    padding-bottom: 10px;
}
#index .idx_btn01 a {
    border: 2px solid #00437e;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00437e;
    background: #fff url(../images/idx_arrow02.png) 17px center no-repeat;
    background-size: 6px auto !important;
    font-size: 18px;
    font-family: 'NotoSansCJKjp-Medium';
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease-in-out
}
#index .idx_btn01 a:hover {
    background: #00437e url(../images/idx_arrow02_white.png) 17px center no-repeat;
    color: #fff
}
#index .idx_btn02 a {
    border: 2px solid #78c0ba;
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: center;
    background: #78c0ba url(../images/idx_arrow02_white.png) 17px center no-repeat;
    color: #fff;
    align-items: center;
    background-size: 6px auto !important;
    font-size: 18px;
    font-family: 'NotoSansCJKjp-Medium';
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease-in-out
}
#index .idx_btn02 a:hover {
    color: #78c0ba;
    background: #fff url(../images/idx_arrow04.png) 17px center no-repeat;
}
#index .idx_btn03 a {
    border: 2px solid #1a568b;
    width: 95%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1a568b url(../images/idx_arrow02_white.png) 17px center no-repeat;
    color: #fff;
    background-size: 6px auto !important;
    font-size: 18px;
    font-family: 'NotoSansCJKjp-Medium';
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease-in-out
}
#index .idx_btn03 a:hover {
    color: #1a568b;
    background: #fff url(../images/idx_arrow02.png) 17px center no-repeat;
}
/*idx-box01*/
#idx_box01 {
    margin-bottom: 83px;
    background: #fff
}
#idx_box01 p {
    margin-bottom: 0
}
#idx_box01>.inner:first-child {
    margin-bottom: 188px;
}
#idx_box01 .box01_list {
    position: relative;
    background: #f5f5f5;
    padding-bottom: 75px;
}
#idx_box01 .box01_list .inner {
    display: flex;
    justify-content: space-between;
}
#idx_box01 .box01_detail {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    margin-top: -118px;
}
#idx_box01 .box01_detail dt {
    position: relative;
    z-index: 0
}
#idx_box01 .box01_detail dd {
    margin: -26px 0 0;
    position: relative;
    background: url(../images/idx_line_blue.png) center top no-repeat;
    z-index: 10
}
#idx_box01 .box01_detail:nth-child(2n+2) dd {
    background-image: url(../images/idx_line_green.png)
}
#idx_box01 .box01_number {
    margin: -8px 0 15px;
}
#idx_box01 .box01_title {
    font-size: 17px;
    color: #001e39;
    font-family: 'NotoSansCJKjp-Medium';
    line-height: 1.58em;
    letter-spacing: 1.5px;
}
/*video box*/
#idx_box01 .video_box{
    text-align: center;
}
#idx_box01>.inner.video_box{
    margin-bottom: 120px;
}
/*idx_box02*/
#idx_box02 {
    position: relative;
    z-index: 0;
    background: url(../images/idx_box02_bg.png) center top no-repeat
}
#idx_box02 .box02_main {
    display: flex;
    justify-content: space-between;
    padding-top: 293px;
    margin-bottom: 209px;
    position: relative
}
#idx_box02 .box02_main dt{
	position: relative;
	z-index: 0
}
#idx_box02 .box02_main dd {
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 26px 40px;
    width: 640px;
    height: 325px;
    margin: 120px 0 0 -140px;
	position: relative;
	z-index: 10
}
#idx_box02 .box02_title01 {
    font-size: 24px;
    color: #00437e;
    font-family: 'NotoSansCJKjp-Bold';
    text-align: center;
    margin-bottom: 20px;
}
#idx_box02 .box02_title01 .fz26 {
    font-size: 26px;
    color: #007bee
}
#idx_box02 .box02_title_main {
    margin: 0 auto;
    background: url(../images/idx_icon_04.png) center center no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.3em;
    text-align: center;
    font-size: 20px;
    font-family: 'NotoSansCJKjp-Bold';
    color: #00437e;
    margin-top: -150px;
}
#idx_box02 .color_blue {
    color: #007bee
}
#idx_box02 .box02_list {
    display: flex;
    justify-content: space-between
}
#idx_box02 .box02_list dl:first-child {
    padding-top: 70px;
}
#idx_box02 .box02_list dl:last-child {
    margin-top: -11px;
}
#idx_box02 .box02_detail {
    position: relative;
    z-index: 0;
    width: 460px;
}
#idx_box02 .box02_detail dt {
    position: relative;
    z-index: -1
}
#idx_box02 .box02_detail dd {
    margin-top: -50px;
    z-index: 10;
    letter-spacing: 1px;
}
#idx_box02 .box02_title02 {
    font-size: 20px;
    font-family: 'NotoSansCJKjp-Medium';
    line-height: 1.5em;
    border-radius: 10px;
    background: rgba(255,255,255,0.9);
    width: 400px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    color: #00437e;
    letter-spacing: 1px;
    margin-bottom: 32px;
}
#idx_box02 p {
    margin-bottom: 1.85em;
}
#idx_box02 .box02_point {
    position: relative;
    margin-top: -13px;
    display: flex;
    flex-flow: row wrap
}
#idx_box02 .box02_point li {
    background: url(../images/idx_box02_bg01.png) center center no-repeat;
    background-size: contain !important;
    width: 140px;
    height: 140px;
    color: #caefff;
    line-height: 1.5em;
    font-family: 'NotoSansCJKjp-Medium';
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 1.5px;
}
#idx_box02 .box02_point li:nth-child(2), #idx_box02 .box02_point li:nth-child(3) {
    width: 115px;
    height: 115px;
    background-image: url(../images/idx_box02_bg02.png)
}
#idx_box02 .box02_point li:nth-child(1) {
    margin-left: 81px;
    animation: coral 4.5s ease-in-out infinite alternate backwards;
}
#idx_box02 .box02_point li:nth-child(2) {
    margin-left: 106px;
    margin-top: 7px;
    animation: coral 4.8s 1.5s ease-in-out infinite alternate-reverse backwards;
}
#idx_box02 .box02_point li:nth-child(3) {
    margin-top: 32px;
    margin-left: 6px;
    animation: coral 5.2s 1.3s ease-in-out infinite alternate backwards;
}
#idx_box02 .box02_point li:nth-child(4) {
    margin-left: -21px;
    animation: coral 3.6s 1s ease-in-out infinite alternate-reverse backwards;
}
#idx_box02 .box02_list.box02_list03{
	padding-bottom: 181px
}
/*idx_box03*/
#index #idx_box03 {
    height: 422px;
    background: url(../images/idx_box02_bg_bottom.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -23px;
}
/*idx_box04*/
#index #idx_box04 {
    background: url(../images/idx_box04_bg.png) center top no-repeat;
    margin-top: -23px;
    margin-bottom: 65px;
}
#index #idx_box04 .box04_top {
    padding-top: 120px;
    margin-bottom: 132px;
}
#index #idx_box04 .image_r {
    float: right;
    margin-top: -161px;
}
#index #idx_box04 .box04_top h3 {
    line-height: 1.7em;
    margin-bottom: 59px
}
#index #idx_box04 .box04_top h3 .h3_bottom {
    background: url(../images/idx_h3_bg02.png) left bottom no-repeat;
    padding-bottom: 10px;
}
#idx_box04 .idx_box04_info {
    width: 510px;
}
#idx_box04 .idx_btn01 {
    margin-top: 49px
}
#idx_box04 .idx_box04_bottom {
    background: #fff
}
#idx_box04 .idx_box04_bottom h3 {
    text-align: center;
    line-height: 1.15em;
    margin-bottom: 11px;
    padding-bottom: 30px;
    background: url(../images/idx_h3_line01.png) left top 5px no-repeat, url(../images/idx_h3_line02.png) right top 38px no-repeat
}
#idx_box04 .idx_box04_bottom h3 .h3_top {
    font-size: 20px
}
#idx_box04 .box04_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
#idx_box04 .box04_detail {
    width: 340px;
    margin-bottom: 24px;
    text-align: center;
    cursor: pointer;    
}
#idx_box04 .box04_detail:hover {
    opacity: 0.7;
}
#idx_box04 .box04_title {
    font-size: 22px;
    font-family: 'NotoSansCJKjp-Medium';
    line-height: 1.45em;
    margin-bottom: 16px;
    letter-spacing: 1.5px;
    color: #00437e
}
#idx_box04 .box04_detail dl {
    position: relative;
    z-index: 10;
}
#idx_box04 .box04_detail dt {
    position: relative;
    z-index: -1
}
#idx_box04 .box04_detail dd {
    background: url(../images/idx_line_blue01.png) center top no-repeat;
    background-size: 340px auto;
    margin-top: -20px;
    position: relative;
    z-index: 10;
    padding: 43px 12px 20px;
    letter-spacing: 1.5px;
}
#idx_box04 .box04_detail:nth-child(2n+2) dd {
    background-image: url(../images/idx_line_green01.png)
}
#idx_box04 .box04_detail:nth-child(2n+2) .box04_title {
    color: #00968c
}
#idx_box04 .box04_detail:last-child .box04_title {
    letter-spacing: 0.5px
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* coral_main                                                             */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#idx_box02 .coral_detail {
    width: 448px;
    height: 181px;
    float: right;
    position: relative;
    top: -35px;
}
#idx_box02 .coral_main {
    position: absolute;
    height: 181px;
	bottom: 0;
	left: 0;
	right: 0
}
#idx_box02 .coral_main:before {
    position: absolute;
    content: "";
    background: url(../images/idx_box02_bg_line.png) center center no-repeat;
    width: 100%;
    height: 138px;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto
}
#idx_box02 .coral_detail>p {
    position: absolute;
    margin-bottom: 0
}
#idx_box02 .coral_01 {
    bottom: 7px;
    left: 0;
    animation: coral 4s ease-in-out infinite alternate backwards;
}
#idx_box02 .coral_02 {
    bottom: 31px;
    left: 105px;
    animation: coral 4.5s 1s ease-in-out infinite alternate-reverse backwards;
}
#idx_box02 .coral_03 {
    bottom: 26px;
    right: 46px;
    animation: coral 5s 2s ease-in-out infinite alternate backwards;
}
#idx_box02 .coral_04 {
    bottom: 29px;
    right: -30px;
    animation: coral 3s 0.5s ease-in-out infinite alternate-reverse backwards;
}
#idx_box02 .fish_full {
    top: -168px;
    right: -190px;
    animation: fishfull 14s 0.1s ease-in-out infinite backwards;
}
/*idx_boat*/
#idx_box02 .idx_boat {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}
#idx_box02 .idx_boat>p {
    position: absolute;
    margin: 0 auto;
}
#idx_box02 .idx_boat .boat_img_01 {
    left: 0;
    top: 13px;
    width: 34px;
    height: 38px;
    animation: boat01 2s ease-in-out 0s infinite alternate;
    -webkit-animation: boat01 2s ease-in-out 0s infinite alternate;
    -moz-animation: boat01 2s ease-in-out 0s infinite alternate;
}
#idx_box02 .idx_boat .boat_img_02 {
    left: calc(50% - 131px);
    top: 0;
    width: 133px;
    height: 57px;
    animation: boat02 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation: boat02 1.5s ease-in-out 0s infinite alternate;
    -moz-animation: boat02 1.5s ease-in-out 0s infinite alternate;
}
#idx_box02 .idx_boat .boat_img_03 {
    right: 187px;
    top: 0;
    width: 44px;
    height: 49px;
    animation: boat03 2s ease-in-out 0s infinite alternate;
    -webkit-animation: boat03 2s ease-in-out 0s infinite alternate;
    -moz-animation: boat03 2s ease-in-out 0s infinite alternate;
}
#idx_box02 .idx_boat .boat_img_04 {
    left: 0;
    right: 0;
    top: 0;
    background: url(../images/boat_img_04.png) center top no-repeat;
    height: 100%;
    width: 100%;
    transition: all 2.2s;
    animation: boat02 1.5s ease-in-out 0s infinite alternate;
    -webkit-animation: boat02 1.5s ease-in-out 0s infinite alternate;
    -moz-animation: boat02 1.5s ease-in-out 0s infinite alternate;
}
/*circlemain*/
#circlemain {
}
#circlemain p {
    height: 98%;
    width: 100%;
    position: absolute;
	margin-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#circlemain .cicrle_img_01 {
    background: url(../images/cicrle_img_01.png) center center no-repeat;
    transition: all 0.5s;
    animation: circle 2.5s ease-in-out 0s infinite alternate;
    -webkit-animation: circle 2.5s ease-in-out 0s infinite alternate;
    -moz-animation: circle 2.5s ease-in-out 0s infinite alternate;
}
#circlemain .cicrle_img_02 {
    background: url(../images/cicrle_img_02.png) center center  repeat-y;
    transition: all 0.2s;
    animation: circle 3.5s ease-in-out 0s infinite alternate;
    -webkit-animation: circle 3.5s ease-in-out 0s infinite alternate;
    -moz-animation: circle 3.5s ease-in-out 0s infinite alternate;
}
/*box02_main*/
#idx_box02 .box02_main:before, #idx_box02 .box02_list dl:before {
    position: absolute;
    content: "";
    margin: 0 auto;
    background-repeat: no-repeat !important;
    background-position: center top !important
}
#idx_box02 .box02_main:before {
    top: 246px;
    background-image: url(../images/fish_img_01.png);
    width: 51px;
    height: 30px;
    left: calc(50% + 22px);
    animation: fish02 2s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -webkit-animation: fish02 2s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -moz-animation: fish02 2s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
}
#idx_box02 .box02_list01 dl:first-child:before {
    top: 162px;
    background-image: url(../images/fish_img_02.png);
    width: 50px;
    height: 38px;
    right: -73px;
    animation: fish04 1.5s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -webkit-animation: fish04 1.5s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -moz-animation: fish04 1.5s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
}
#idx_box02 .box02_list01 dl:last-child:before {
    top: 62px;
    background-image: url(../images/fish_img_03.png);
    width: 59px;
    height: 32px;
    left: -66px;
    animation: fish 1.8s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -webkit-animation: fish 1.8s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -moz-animation: fish 1.8s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
}
#idx_box02 .box02_list02 dl:first-child:before {
    top: 177px;
    background-image: url(../images/fish_img_04.png);
    width: 41px;
    height: 46px;
    right: -73px;
    animation: fish04 1.65s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -webkit-animation: fish04 1.65s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -moz-animation: fish04 1.65s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
}
#idx_box02 .box02_list02 dl:last-child:before {
    top: 56px;
    background-image: url(../images/fish_img_05.png);
    width: 59px;
    height: 31px;
    left: -78px;
    animation: fish 1.9s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -webkit-animation: fish 1.9s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -moz-animation: fish 1.9s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
}
#idx_box02 .box02_list03 dl:first-child:before {
    top: 128px;
    background-image: url(../images/fish_img_06.png);
    width: 52px;
    height: 30px;
    right: -73px;
    animation: fish02 1.5s cubic-bezier(.55, .09, .68, .53) 0s infinite alternate;
    -webkit-animation: fish02 1.5s cubic-bezier(.55, .09, .68, .53) 0s infinite alternate;
    -moz-animation: fish02 1.5s cubic-bezier(.55, .09, .68, .53) 0s infinite alternate;
}
#idx_box02 .box02_list03 dl:last-child:before {
    top: 102px;
    background-image: url(../images/fish_img_07.png);
    width: 33px;
    height: 39px;
    left: -68px;
    animation: fish03 1.8s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -webkit-animation: fish03 1.8s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
    -moz-animation: fish03 1.8s cubic-bezier(.59, .02, .41, .4) 0s infinite alternate;
}
#index .idx_link h3 {
    font-size: 26px;
    color: #00437e;
    position: relative;
    display: table;
    margin: 0 auto 25px;
}
#index .idx_link h3:before {
    background: url("../images/h4_1.png") no-repeat right top;
    background-size: 45px auto;
    width: 45px;
    height: 25px;
    left: -65px;
    top: -20px;
    position: absolute;
    content: "";
}
.idx_link ul {
	width: 880px;
	margin: 0 auto;
}
.idx_link ul li {
	width: 50%;
	float: left;
}

/*==============FIX IE==================*/
@media screen\0 {
}
/*==============FIX EDGE==================*/
 @supports (-ms-ime-align:auto) {
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* aninmation                                                                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@keyframes coral {
 from {
 transform:rotate(-10deg);
 transform-origin:center bottom;
}
 to {
 transform:rotate(15deg);
 transform-origin:center bottom;
}
}
@keyframes circle {
 from {
 transform:translateY(30px);
}
 to {
 transform:translateY(0);
}
}
@keyframes fish {
 from {
 transform:translateX(20px);
}
 to {
 transform:translateX(-10px);
}
}
 @keyframes fish01 {
 from {
 transform:translateX(-15px);
}
 to {
 transform:translateX(10px);
}
}
@keyframes fish02 {
 from {
 transform:translateX(-15px) translateY(-10px);
}
 to {
 transform:translateX(10px) translateY(23px);
}
}
@keyframes fish03 {
 from {
 transform:translateX(20px) translateY(10px);
}
 to {
 transform:translateX(-10px) translateY(-15px);
}
}
 @keyframes fish04 {
 from {
 transform:translateX(-15px) translateY(-10px);
}
 to {
 transform:translateX(10px) translateY(-25px);
}
}
 @keyframes fishfull {
 0% {
 transform:translateX(40px) rotateY(0deg);
 opacity: 0
}
5% {
 opacity: 1;
 transform:translateX(40px) rotateY(0deg);
}
45% {
 opacity: 0;
 transform:translateX(-40px) rotateY(0deg);
}
50% {
 transform:translateX(-40px) rotateY(-180deg);
 opacity: 0
}
55% {
 opacity: 1;
 transform:translateX(-40px) rotateY(-180deg);
}
 95% {
 opacity: 0;
 transform:translateX(40px) rotateY(-180deg);
}
 100% {
 transform:translateX(-40px) rotateY(0deg);
 opacity: 0
}
}
@-webkit-keyframes fishfull {
 0% {
 transform:translateX(40px) rotateY(0deg);
 opacity: 0
}
5% {
 opacity: 1;
 transform:translateX(40px) rotateY(0deg);
}
45% {
 opacity: 0;
 transform:translateX(-40px) rotateY(0deg);
}
50% {
 transform:translateX(-40px) rotateY(-180deg);
 opacity: 0
}
55% {
 opacity: 1;
 transform:translateX(-40px) rotateY(-180deg);
}
 95% {
 opacity: 0;
 transform:translateX(40px) rotateY(-180deg);
}
 100% {
 transform:translateX(-40px) rotateY(0deg);
 opacity: 0
}
}
 @keyframes boat01 {
0% {
 transform: translatex(-12px);
}
100% {
 transform: translatex(2px);
}
}
@-webkit-keyframes boat01 {
0% {
 transform: translatex(-12px);
}
100% {
 transform: translatex(2px);
}
}
 @keyframes boat02 {
0% {
 transform: translateY(-8px);
}
100% {
 transform: translateY(4px);
}
}
@-webkit-keyframes boat02 {
0% {
 transform: translateY(-8px);
}
100% {
 transform: translateY(4px);
}
}
@keyframes boat03 {
0% {
 transform: translatex(-10px);
}
100% {
 transform: translatex(4px);
}
}
@-webkit-keyframes boat03 {
0% {
 transform: translatex(20px);
}
100% {
 transform: translatex(-35px);
}
}
 @-webkit-keyframes scrolltop {
 0% {
transform:translateY(-80px);
opacity:0;
transition:ease-in-out;
}
 100% {
transform:translateY(0);
opacity:1;
}
}
@-moz-keyframes scrolltop {
 0% {
transform:translateY(-80px);
opacity:0;
transition:ease-in-out;
}
 100% {
transform:translateY(0);
opacity:1;
}
}
 @keyframes scrolltop {
 0% {
transform:translateY(-80px);
transform-origin:center;
opacity:0;
transition:ease-in-out;
}
 100% {
transform:translateY(0);
opacity:1;
}
}
@media screen\0 {
	#index #idx_box03{
		background-attachment: inherit;
		background-position: center bottom -180px
	}
}


.modal {
        position: fixed;
        z-index: 99999999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
	display: none;
        background-color: rgba(0,0,0,0.5);
        padding: 20px;
    }

    .modal.active {
        display: block;
    }
    .modal_inner {
        position: absolute;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        margin: auto;
        overflow: auto;
    }
    .modal_box {
        position: relative;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 800px;
        padding: 40px;
        cursor: pointer;
        background-color: #ffffff;
        margin: auto;
        text-align: left;
		font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","MS P明朝",MS PMincho,serif !important;
    }
    .modal_box::before,
    .modal_box::after {
        position: absolute;
        top: 10px;
        right: 20px;
        display: block;
        width: 2px;
        height: 24px;
        content: '';
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        background-color: red;
    }
    .modal_box::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .modal_box h2 {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 20px!important;
        text-align: center;
        font-weight: bold;
        color: #3c70a0;
    }
    .modal_box h3 {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 20px!important;
        text-align: left;
        font-weight: bold;
        text-decoration: underline;
        padding: 0;
    }
    .modal_box p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .modal_box img{
        max-width: 100%;
    }
    .modal_box ul {
        margin: 0 0 20px;
        padding: 0;
    }

    .modal_box li {
        list-style: disc;
        margin: 0 0 5px;
		text-align: center;
    }
    .txt_right {
        text-align: right;
    }
    .txt_red{
        color: red;
    }
    .btn_modal a {
        position: relative;
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        color: black;
        background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
        background: -o-linear-gradient(#ffffff, #efefef);
        background: linear-gradient(#ffffff, #efefef);
        -webkit-box-shadow: 0 0 5px #d6d6d6;
                box-shadow: 0 0 5px #d6d6d6;
    }

    .btn_modal a:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border: 5px solid transparent;
        border-left-color: black;
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .btn_modal a:hover{
        opacity: .7;
    }
.bold {
	font-weight: bold;
}
.covi_list {
	display: flex;
	justify-content: center;
}
.covi_list li {
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	list-style: none;
}
.covi-tt {
	font-weight: bold;
	color: #2e75b5;
	font-size: 24px !important;
	text-align: center;
}
.covi-tt2 {
	font-weight: bold;
	text-decoration: underline;
	font-size: 20px !important;
}
.covi-list01 li {
	text-align: left;
	list-style-position: inside;
}

.f_banner ul {
	text-align: center;
	margin-left: -10px;
}
.f_banner ul li {
	width: 32%;
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
}
.f_banner ul li img {
	width: 100%;
}

.line_reservation_modal_inner {
    text-align: center;
}
.line_reservation_modal_inner .close_btn_block {
    height: 38px;
    background-color: #23ABF9;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.line_reservation_modal_block {
    padding: 50px;
}
.line_reservation_modal_inner .text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
}
.line_reservation_modal_inner .color_red {
    color: #f00;
}
.line_reservation_modal_inner .step img {
    width: 100px;
}
.line_reservation_modal_inner .clinic_id_copy {
    display: flex;
    justify-content: flex-end;
	align-items: center;
	position: relative;
	margin: 0;
}
.line_reservation_modal_inner .clinic_id {
    font-size: 24px;
    text-align: center;
    margin: 0 30px 0 0;
}
/*.line_reservation_modal_inner .copy_btn {
    position: absolute;
    right: 0;
}*/
.line_reservation_modal_inner .clip_board {
    width: 85px;
    margin-left: 15px;
}
.line_reservation_modal_inner .line_qr .qr_cd {
    width: 150px;
}
.line_reservation_modal_inner .text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}
.line_qr_wrap .line_qr_note {
    font-size: 12px;
    line-height: 1.5;
    color: #707070;
}
.line_reservation_modal_inner .line_btn_pc {
    margin: 10px 0;
}
button {
    background: rgba(255,255,255,0);
    font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
border: none;
padding: 0;
outline: none;
}
.line_reservation_modal_inner .line_btn_pc img {
    width: 150px;
}
button:hover {
    opacity: 0.8;
    cursor: pointer;
}
.close_btn {
    display: block;
    width: 45px;
    height: 40px;
    position: relative;
    top: 10px;
    right: 0;
    z-index: 999;
	cursor: pointer;
}
	
	
.btn_modal{cursor: pointer; display: block;}
.btn_modal:hover{opacity:.8}


.modal_line {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: none;
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
}
.modal_line.active {
    display: block;
}
.modal_line_inner {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: auto;
    overflow: auto;
}
.modal_line_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 480px;
    padding: 0;
    background-color: #ffffff;
    margin: auto;
    text-align: left;
}
.modal_line_box::before,
.modal_line_box::after {
    position: absolute;
    top: 1%;
    right: 20px;
    display: block;
    width: 2px;
    height: 24px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}
.modal_line_box::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.item-bnr {
	margin-top: 10px;
}

.video-item {
	text-align: center;
}
.idx_box05_bottom .inner{
    border: 2px solid #1a568b;
    border-radius: 20px;
    padding: 20px;
}
.idx_box05_bottom h4{
    position: relative;
    display: table;
    font-size: 24px;
    font-weight: bold;
    margin: 20px auto 20px;
    color: #1a568b;
    text-align: center;
}
.idx_box05_bottom h4::before {
    position: absolute;
  content: "";
    background: url("../images/h4.png") no-repeat right top;
      background-size: auto;
    background-size: 58px auto;
    width: 58px;
    height: 32px;
    right: -75px;
    top: -30px;
  }
.idx_box05_bottom a {
    border: 2px solid #1a568b;
    width: 60%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1a568b url(../images/idx_arrow02_white.png) 17px center no-repeat;
      background-size: auto;
    color: #fff;
    background-size: 6px auto !important;
    font-size: 18px;
    font-family: 'NotoSansCJKjp-Medium';
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    box-sizing: border-box;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease-in-out;
  }

.info {
    text-align: center;
}
.info p{
    text-align: left;
}
.h4-title {
	line-height: 1.45em;
    font-family: 'NotoSansCJKjp-Medium';
	text-align: center;
	font-size: 26px;
    color: #00437e;
    position: relative;
    display: table;
    margin: 80px auto 25px;
}
.h4-title:before {
	position: absolute;
    content: "";
	background: url(../images/h4.png) no-repeat right top;
    background-size: 58px auto;
    width: 58px;
    height: 32px;
    right: -75px;
    top: -30px;
}








