﻿body {
    color: #333;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .1rem
}

a {
    color: #19509d;
    text-decoration: none;
    transition: all 0.3s ease
}

a:hover {
    color: #3c80e0
}

img {
    max-width: 100%;
    height: auto
}

#header {
    background: #FFFFFF;
    border-top: 2px solid #19509d
}

#header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 1200px;
    padding: 10px 0
}

#header .inner #logo {
    width: 300px
}

#header .inner #navi {
    position: relative;
    text-align: center;
    font-size: 1.4rem
}

#header .inner #navi ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

#header .inner #navi ul li {
    margin-left: 15px
}

#header .inner #navi ul li a {
    display: block;
    position: relative;
    color: #333;
    font-weight: bold;
    padding: 15px 5px
}

#header .inner #navi ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #19509d;
    content: '';
    transition: all 0.3s ease-in-out 0s
}

#header .inner #navi ul li a:hover:before,
#header .inner #navi ul li a.active:before {
    width: 100%
}

#header .inner #navi ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 10px;
    color: #CCCCCC
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #f8a703;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid #f8a703;
    text-align: center
}

#page-top a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900
}

#page-top a:hover {
    background-color: #FFFFFF;
    color: #f8a703
}

#footer .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#footer .inner .flogo {
    width: 300px
}

#footer .inner .foot_navi {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 600px;
    font-size: 1.4rem
}

#footer .inner .foot_navi li {
    width: 33.3%;
    margin-bottom: 10px
}

#footer .inner .foot_navi li a {
    color: #333
}

#footer .inner .foot_navi li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
    color: #CCCCCC
}

#footer .inner .foot_navi li a:hover {
    color: #19509d
}

#footer .copyright {
    background: #19509d;
    color: #FFFFFF;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2rem
}

#sp_navi,
#humberger,
#drawernav {
    display: none
}

.slideshow {
    position: relative
}

.slideshow #view_detail {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    padding: 10px 0
}

.slideshow #view_detail .inner {
    width: 1024px;
    margin: 0 auto;
    position: relative
}

.slideshow #view_detail .inner .view_detail_logo {
    margin-bottom: 5px
}

.slideshow #view_detail .inner .donation_btn {
    position: absolute;
    top: -50px;
    right: 0
}

.swiper-slide {
    padding: 20rem 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box
}

.slide_01 {
    background-image: url(../img/bg_slide_01.jpg)
}

.slide_02 {
    background-image: url(../img/bg_slide_02.jpg)
}

.slide_03 {
    background-image: url(../img/bg_slide_03.jpg)
}

.contact_btn {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px
}

.contact_btn li {
    width: 40%;
    margin: 0 2%
}

.contact_btn li a {
    display: block;
    background: #FFFFFF;
    padding: .7em 0;
    border-radius: 50px;
    color: #19509d;
    text-align: center;
    font-size: 2rem
}

.contact_btn li a:before {
    margin-right: 10px
}

.contact_btn li a.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900
}

.contact_btn li a.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
}

.contact_btn.contact_btn_02 li {
    width: 100%
}

.contact_btn.contact_btn_03 li a {
    font-size: 1.5rem
}

.single {
    margin: 0 auto;
    width: 1200px;
    padding-bottom: 50px
}

.single_02 {
    margin: 0 auto;
    width: 1024px;
    padding-bottom: 50px
}

.contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.contents .main {
    width: 65%
}

.contents .side {
    width: 30%
}

.bg_common {
    padding-top: 50px
}

.bg_b {
    margin-bottom: 50px
}

.bg_01 {
    background-image: url(../img/bg_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF
}

.bg_02 {
    background-color: #FAFAFA
}

.bg_03 {
    background-color: #19509d
}

.half {
    display: flex;
    justify-content: space-between
}

.half .child {
    width: 50%
}

.triple {
    display: flex;
    justify-content: space-between
}

.triple .child {
    width: 33.3%
}

.column2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

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

.column4 {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4 .child:nth-child(4n) {
    margin: 0 0 3% 0
}

.column5 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column5 .child {
    width: 18.4%;
    margin: 0 2% 2% 0
}

.column5 .child:nth-child(5n) {
    margin: 0 0 2% 0
}

.mtitle_big {
    position: relative;
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center
}

.mtitle_big span {
    display: block;
    color: #19509d;
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-size: 1.6rem;
    font-weight: normal
}

.mtitle_big.mtitle_big_white {
    color: #FFFFFF
}

.mtitle_big.mtitle_big_white span {
    color: #FFFFFF
}

.mtitle_middle {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 2px solid #DDDDDD;
    position: relative;
    margin-bottom: 15px
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #19509d;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_small {
    background-color: #FAFAFA;
    padding: 8px 0 8px 10px;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 20px;
    border-left: 5px solid #19509d;
    box-sizing: border-box
}

.mtitle {
    margin-bottom: 10px;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500
}

.mtitle_sub {
    position: relative;
    padding-left: 20px;
    font-weight: 500
}

.mtitle_sub:before {
    content: "";
    background-color: #19509d;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.mtitle_archive {
    margin-bottom: 10px;
    font-size: 1.8rem
}

.mtitle_archive:before {
    font-family: "Font Awesome 5 Free";
    content: "\f187";
    font-weight: 900;
    margin-right: 10px;
    color: #19509d
}

.cbtn {
    margin-top: 30px
}

.cbtn a,
.cbtn button {
    display: table;
    background: #19509d;
    border: 1px solid #19509d;
    color: #FFFFFF;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.cbtn a:after,
.cbtn button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 10px
}

.cbtn a:hover,
.cbtn button:hover {
    background: #FFFFFF;
    color: #19509d
}

.cbtn.cbtn_white a {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #19509d
}

.cbtn.cbtn_white a:hover {
    background: transparent;
    color: #FFFFFF
}

.news_box {
    display: flex;
    background: #F3F3F3;
    margin-bottom: 50px
}

.news_box .news_ttile {
    background: #19509d;
    color: #FFFFFF;
    width: 230px;
    padding: 20px 0
}

.news_box .news_bx {
    width: 100%;
    box-sizing: border-box;
    padding: 20px
}

.news-top dt {
    float: left;
    width: 7em
}

.news-top dd {
    padding: 0 0 10px 8em;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px
}

.news-top dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl dt {
    float: left;
    width: 7em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #19509d;
    color: #FFFFFF;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.tbl {
    width: 100%;
    background-color: #FFFFFF
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
}

.tbl th {
    background: #FAFAFA;
    font-weight: normal
}

.tbl_new {
    width: 100%;
    background-color: #FFFFFF
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: top;
    padding: 10px
}

.tbl_new tr th {
    width: 20%;
    font-weight: normal
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #FAFAFA
}

.tbl_form tr th {
    text-align: left
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #19509d;
    color: #FFFFFF;
    font-weight: normal
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #FFFFFF;
    border-width: 10px;
    border-left-color: #19509d;
    margin-top: -10px
}

.company td {
    background: #FFFFFF;
    padding-left: 20px
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_check li {
    padding-left: 1.5em
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    content: "\f058";
    color: #19509d;
    margin: 0 5px 0 -1.5em;
    padding: 1px
}

.list_note li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    margin: 0 5px 0 -1.5em;
    color: #FF0000
}

.list_disc li {
    margin-bottom: 5px;
    padding-left: 1.5em
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    margin: 0 5px 0 -1.5em;
    color: #19509d
}

.list_line li {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.list_macker {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold
}

.list_macker li {
    width: 18.4%;
    margin: 0 2% 1% 0
}

.list_macker li:nth-child(5n) {
    margin: 0 0 1% 0
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    transition: all .3s ease-out;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #19509d;
    color: #FFFFFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.box_style {
    overflow: hidden;
    padding: 40px;
    background: #FFFFFF;
    margin-bottom: 40px
}

.box_style:last-child {
    margin-bottom: 0
}

.article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FAFAFA
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 40%;
    box-sizing: border-box;
    padding: 50px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_b {
    margin-bottom: 50px
}

.article.article_01 .article_image {
    background-image: url(../img/top_bnr_01.jpg)
}

.article.article_02 .article_image {
    background-image: url(../img/top_bnr_02.jpg)
}

.article.article_03 .article_image {
    background-image: url(../img/top_bnr_03.jpg)
}

.article.article_04 .article_image {
    background-image: url(../img/top_bnr_04.jpg)
}

.blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -3%
}

.blog .blog_list {
    transition: .3s ease-in-out;
    width: 48.5%;
    margin: 0 3% 3% 0
}

.blog .blog_list:nth-child(2n) {
    margin: 0 0 3% 0
}

.blog .blog_list a {
    display: block;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    color: #333
}

.blog .blog_list a:hover {
    text-decoration: none
}

.blog .blog_list a:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blog .blog_list a .blog_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog .blog_list a .blog_flex figcaption {
    display: block;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 200px
}

.blog .blog_list a .blog_flex figcaption img {
    object-fit: cover;
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease
}

.blog .blog_list a .blog_flex .detail {
    width: calc(100% - 220px)
}

.blog .blog_list a .blog_flex .detail .new {
    display: none;
    float: left;
    background: #19509d;
    color: #FFFFFF;
    padding: 0 15px
}

.blog .blog_list a .blog_flex .detail .entry_title {
    font-weight: normal
}

.date {
    display: block;
    margin-bottom: 15px
}

.date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px
}

.pages {
    text-align: center;
    margin-top: 30px
}

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.category_nav {
    border: 1px solid #CCCCCC
}

.category_nav li a {
    display: block;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px dotted #CCCCCC
}

.category_nav li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-right: 5px
}

.category_nav li a:hover {
    background: #FFFFFF
}

.category_nav li:last-child a {
    border-bottom: none
}

.blog_article {
    margin-bottom: 40px
}

.blog_article:last-child {
    margin-bottom: 0
}

.gallery_ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center
}

.gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
}

.gallery_ul li a {
    display: block;
    overflow: hidden;
    height: 270px;
    position: relative
}

.gallery_ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.gallery_ul li span {
    display: block;
    margin-top: 5px
}

.item_flow {
    padding: 20px
}

.item_flow:last-child {
    margin-bottom: 0
}

.item_flow:nth-child(even) {
    background: #FAFAFA
}

.item_flow .cut {
    position: relative
}

.item_flow .item_flow_num {
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background-color: #19509d;
    color: #FFFFFF;
    text-align: center;
    transform: rotate(-45deg);
    text-align: center
}

.item_flow .item_flow_num span {
    display: block;
    font-size: 2.5rem;
    transform: rotate(45deg)
}

.item_flow .item_flow_ttl {
    margin: 20px 0;
    font-size: 2.5rem;
    font-weight: 500;
    padding-left: 90px
}

.top_bnr {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.top_bnr .child {
    width: 48.5%;
    margin: 0 3% 3% 0;
    background-color: #FFFFFF;
    text-align: center;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}

.top_bnr .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.top_bnr .child a {
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
    overflow: hidden;
    color: #333
}

.top_bnr .child a .top_bnr_image {
    width: 50%;
    max-height: 250px;
    position: relative
}

.top_bnr .child a .top_bnr_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.top_bnr .child a .top_bnr_detail {
    width: 50%;
    padding: 30px 15px;
    box-sizing: border-box
}

.top_bnr .child a .top_bnr_detail .top_bnr_ttl {
    margin-bottom: 10px;
    font-size: 1.7rem
}

.top_bnr .child a .top_bnr_detail .top_bnr_ttl span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    color: #19509d
}

.top_bnr .child a .top_bnr_detail .top_bnr_btn {
    display: inline-block;
    width: 100px;
    padding: 6px 0;
    color: #FFFFFF;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #19509d;
    transition: all 0.3s ease;
    border-radius: 50px
}

.top_bnr .child a .top_bnr_detail .top_bnr_btn:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 5px
}

.top_bnr .child a:hover .top_bnr_btn {
    background-color: #2066c9
}

.policy {
    padding: 30px;
    border: 1px solid #EEEEEE;
    border-radius: 5px
}

.cut {
    overflow: hidden;
    zoom: 1
}

.page_title_box {
    background-image: url(../img/page_title_box.jpg);
    background-repeat: repeat;
    background-position: center;
    color: #FFFFFF
}

.page_title_box .inner {
    margin: 0 auto;
    width: 1024px;
    padding: 50px 0
}

.page_title_box .inner .page_title {
    font-size: 3.5rem;
    font-weight: 500
}

.page_title_box .inner .page_title span {
    margin-left: 10px;
    font-size: 1.5rem
}

.breadcrumb_box {
    background: #123a71;
    color: #FFFFFF;
    padding: 10px 0;
    margin-bottom: 50px
}

.breadcrumb_box .breadcrumb {
    width: 1024px;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb_box .breadcrumb li .home {
    color: #FFFFFF
}

.breadcrumb_box .breadcrumb li .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
}

.form .required {
    background: #FF4F4F;
    color: #FFFFFF;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form .textarea,
.form textarea {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

.form .textarea {
    height: 30px
}

.form .selectarea {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    box-sizing: border-box;
    height: 30px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding: 2px 0 2px 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0;
    top: 5px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 8px;
    background-color: #19509d;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding: 2px 20px 2px 25px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #19509d;
    border-bottom: 3px solid #19509d;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.form .form-contents {
    padding: 0 0 30px;
}

.form .form-contents dl {
    margin-bottom: 0;
}

.form .form-contents dd:not(.pattern-exclusion) .textarea {
    border-color: #ccc;
    border-radius: 0;
}

.form .form-contents dd:not(.pattern-exclusion) input.textarea02 {
    width: 48%;
}

.form .form-pattern-1 .submit-btn {
    width: auto;
    display: table;
    background: #19509d;
    border: 1px solid #19509d;
    color: #FFFFFF;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.form .form-pattern-1 .submit-btn:hover {
    background: #FFFFFF;
    color: #19509d
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
  }

.form .form-pattern-1 .submit-btn:hover::before {
    background: #19509d;
}