@charset "utf-8";
/* CSS Document */

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	*/
    line-height: 1.1em;
}
.floLeft {
    float: left;
    color: #869300
}
.floRight {
    float: right;
}
.bold {
    font-weight: bold;
}
a, a img {
    color: #000;
    text-decoration: none;
    transition: all ease .2s;
}
a:hover, a:hover img {
    opacity: .5;
}
img {
    max-width: 100%;
}
.fireworks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header {
    background: #fff;
    position: relative;
    width: 100%;
    border-top: 5px solid #327aa9/*box-shadow: 0 0 8px gray;*/
}
.header_inner {
    max-width: 980px;
    margin: 0 auto;
    color: #ccc;
}
.header_inner ul {
    display: flex;
    justify-content: space-between;
}
.header_inner ul li:nth-child(2) {
    margin-top: 15px
}
.head_left {
    float: left
}
.head_right {
    float: left;
    margin-top: 30px;
    font-size: 12px;
}
.g-nav {
    width: 100%;
    z-index: 10;
}
.g-nav-menu {
    text-align: center;
    display: flex;
    justify-content: center;
}
.g-nav-menu li {
    color: #ccc;
    padding: 0 30px;
    list-style-type: none;
    line-height: 80px;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
}
.fixed .g-nav-menu li {
    line-height: 40px;
}
.topImg {
    max-width: 980px;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}
.SlantingBox {
    -webkit-clip-path: polygon(0 0, 100% 30%, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 30%, 100% 70%, 0 100%);
    background: #333;
    padding: 40px 0;
}
.gnav_bg {
    background: #419cd8
}
.gnav_wrap {
    width: 980px;
    margin: 0 auto;
}
.gnav_wrap ul {
    display: flex;
    justify-content: space-between;
}
.gnav_wrap ul li {
    width: 25%;
    border-right: 1px solid #419cd8;
    box-sizing: border-box;
}
.indexCont01 {
    text-align: center;
    margin: 20px 0
}
.indexCont01 div {
    line-height: 200%
}
.houjinCont {
    max-width: 770px;
    margin: 50px auto 20px;
}
.houjinCont h2 {
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.3em;
    line-height: 1.4em;
    font-weight: normal;
}
.houjinCont div {
    line-height: 200%
}
.houjinCont_inner h3 {
    color: #045184;
    text-align: center;
    border-bottom: 2px solid rgba(169, 169, 169, 0.62);
    line-height: 250%;
}
.IconImg {
    text-align: center;
    margin-top: 20px;
}
.houjinCont_inner {
    margin-bottom: 30px
}
.houjinCont_inner p {
    margin-top: 10px;
    line-height: 1.5em;
}
.footContact {
    text-align: center;
    margin-top: 50px;
}
footer {
    border-top: 5px solid #ccc;
    background: #327aa9;
    color: #ffffff
}
footer ul {
    max-width: 780px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
footer ul li a {
    color: #ffffff
}
footer div {
    text-align: center;
    font-size: 10px;
    color: #CCCCCC;
}
.flow ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 2px solid rgba(43, 108, 163, 1);
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0;
}
.flow_step {
    background-color: rgba(170, 232, 90, 1);
    border-radius: 100px;
    width: 150px;
    height: 150px;
    text-align: center;
    font-size: 30px;
    color: rgba(255,255,255,1.00);
    padding-top: 45px;
    box-sizing: border-box;
}
.flow_tit {
    width: 400px;
}
.flow_tit h4 {
    font-size: 29px;
    font-weight: normal;
    color: #FF8800;
}
.flow_img {
    width: 100px;
}
.svgarrow {
    width: 88px;
    margin: 0 auto;
}
.col-head-type1 {
    border-collapse: collapse;
    width: 100%;
}
.col-head-type1 {
    margin-top: 30px
}
.col-head-type1 th, .col-head-type1 td {
    border-top: 2px solid #dbe1e8;
    padding: 8px;
    line-height: 150%;
    font-size: 14px
}
.col-head-type1 th a, .col-head-type1 td a {
    text-decoration: underline;
}
.col-head-type1 th {
    background: #f9fafc;
    text-align: left;
    width: 120px;
    color: #AFAFAF;
}

@media only screen and (max-width: 800px) {
.col-head-type1 tr,  .col-head-type1 th,  .col-head-type1 td {
    display: block;
    width: auto;
}
.col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;
}
.col-head-type1 th,  .col-head-type1 td {
    border-top: none;
}
}
.privacy_p {
    margin: 20px 0;
    line-height: 150%;
}
.privacy {
    font-size: 14px;
    line-height: 150%
}
.privacy dt {
    font-weight: bold;
    margin-bottom: 5px;
}
.privacy dd {
    margin-bottom: 20px;
}
.contact_Tel {
    text-align: center;
    border-bottom: 2px #ccc solid;
}
.contact_Tel h4 {
    color: rgb(104, 176, 77);
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 20px;
}
.contact_Tel_numbar {
    border: 2px solid rgba(43, 108, 163, 1);
    width: 50%;
    margin: 20px auto;
    font-size: 24px;
    padding: 10px;
    color: rgba(43, 108, 163, 1);
}
.mail {
    border-bottom: none
}
.sponly {
    display: none;
}

@media screen and (max-width: 768px) {
.sponly {
    display: block;
}
.pconly {
    display: none;
}
header {
    border-top: none;
    border-bottom: 3px solid #327aa9/*box-shadow: 0 0 8px gray;*/
}
footer {
    padding: 5% 0;
    box-sizing: border-box
}
.houjinCont {
    max-width: 96%;
}
.flow ul {
    display: block;
    align-items: center;
    justify-content: space-around;
    border: 2px solid rgba(43, 108, 163, 1);
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0;
    position: relative
}
.flow_step {
    background-color: rgba(170, 232, 90, 1);
    border-radius: 100px;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 26px;
    color: rgba(255,255,255,1.00);
    padding-top: 25px;
    box-sizing: border-box;
}
.flow_tit {
    width: 100%;
}
.flow_titsp h4 {
    font-size: 29px;
    font-weight: normal;
    color: #FF8800;
}
.flow_img {
    width: 100%;
    text-align: center
}
.flow_titsp {
    position: absolute;
    top: 45px;
    left: 160px;
}
}
