@charset "utf-8";
/* CSS Document */
/*詳細ページ　ヘッダー*/
.ttl_telemail {
    padding: 0 0 0 0;
    margin: 0 2px 6px 2px;
    display: inline-block;
    width: auto;
    height: 26px;
    vertical-align: middle;
}
.ttl_catch {
    padding: 0;
    margin: 10px 0 20px 0;
    text-align: center;
}
.mod_tab {
    padding: 0;
    margin: 0;
    border-bottom: 4px solid rgba(0, 58, 143, 1);
}
.mod_tab_ul {
    padding: 0;
    margin: 0 auto;
    width: 520px;
    overflow: hidden;
}
.mod_tab_ul li {
    padding: 0;
    margin: 0 40px 0 0;
    float: left;
    width: calc((100% - 80px)/2);
    font-size: 21px;
    z-index: 1;
    position: relative;
}
.mod_tab_ul li a {
    padding: 15px 0 15px 30px;
    margin: 0 0 -2px 0;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    position: relative;
    color: #fff;
    background-color: #A9BEDB;
    text-align: center;
}
.mod_tab_ul li a::before {
    content: "";
    position: absolute;
    right: -38px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 62px 0 0 40px;
    border-color: transparent transparent transparent #A9BEDB;
}
.mod_tab_ul li a:hover {
    background-color: #004EA0;
    opacity: 1;
}
.mod_tab_ul li a:hover::before {
    border-color: transparent transparent transparent #004EA0;
}
.mod_tab_ul li.mod_tab_active {
    z-index: 2;
}
.mod_tab_ul li.mod_tab_active a {
    background-color: #004EA0;
}
.mod_tab_ul li.mod_tab_active a::before {
    border-color: transparent transparent transparent #004EA0;
}
.mod_tab_ul li:nth-child(1) {
    margin: 0 30px 0 0;
    text-align: center;
}
/*詳細ページ　ヘッダー　end*/

/*メインコンテンツ*/
#main {
    width: 1000px;
    display: block;
    margin: 60px auto 80px;
}
#main section {
    overflow: hidden;
    margin-bottom: 80px;
}
#main h4:first-child {
    margin-top: 0;
}
#main h4 {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 2px;
    font-size: 28px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 25px;
}
#main h4::before {
    content: '';
    width: 22px;
    height: 22px;
    background: #003A8F;
    display: inline-block;
    border-radius: 50%;
    vertical-align: -2px;
    margin-right: 0.4em;
}
#main h5:first-child {
    margin-top: 0;
}
#main h5 {
    color: #003A8F;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}
#main p {
    line-height: 1.6em;
    text-align: justify;
}
.mod_list {
    width: 49%;
    padding: 0;
    margin: 0 1% 0 0;
    float: left;
}
.mod_list li {
    padding: 0;
    margin: 0 0 30px 0;
    box-sizing: border-box;
}
.mod_list + .mod_list {
    width: 50%;
    padding: 0 0 0 2%;
    margin: 0 0 0 0;
    border-left: 1px dashed #ccc;
    box-sizing: border-box;
}
.mod_list li img {
    display: block;
    width: 80px;
    height: auto;
    float: right;
    padding: 0;
    margin: 0 20px 2em 24px;
}
.mod_list + .mod_list img {
    margin: 0 0 2em 24px;
}
.mod_link {
    margin-top: 15px;
}
.mod_link strong {
    font-weight: bold;
    display: inline-block;
    margin-right: 4px;
}
.mod_link a {
    text-decoration: underline;
    color: #003A8F;
}
.mod_link span {
    display: inline-block;
    margin-right: 4px;
}
.mod_list_img {
    display: block;
    float: right;
    width: 480px;
    margin-top: 6px;
}
.mod_3step {
    padding: 0;
    margin: 0;
}
.mod_3step h5 span {
    color: #003A8F;
    font-size: 26px;
    font-weight: 600;
    display: inline-block;
    margin: 0 14px 0 5px;
}
.mod_3step h5 strong {
    font-weight: bold;
}
.mod_3step{
    display:flex;
    justify-content:  space-between;
}

.mod_3step li {
    padding: 0;
    margin: 0;
    flex-wrap:wrap;
    width: 30%;
    box-sizing: border-box;
    position:relative;
}


.mod_3step li:nth-child(2){
     border-left: 1px dashed #ccc;
      border-right: 1px dashed #ccc;
      padding:0 2%;
      width: 35%;
      
}
.mod_3step li:nth-child(2)::before{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #004ea0;
    position:absolute;
    bottom: 125px;
    left: -8px;
}
.mod_3step li:nth-child(2)::after{
    content:'';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #004ea0;
    position:absolute;
    bottom: 125px;
    right: -12px;
}




.mod_3step li p {
    margin-bottom: 20px;
}
.mod_3step li img {
    width: 240px;
    height: 240px;
    margin: 0 auto 20px auto;
    display: block;
}
.mod_attention {
    font-size: 12px;
    clear: both;
    margin-top: 1em;
}
.mod_attention a {
    color: #003A8F;
    display: inline-block;
    margin: 0 6px;
}
.mod_attention span.cl_pink {
    color: #ff3399;
}
.source_attention {
    width: 28%;
    float: left;
    overflow: hidden;
}
.source_attention p {
    margin-bottom: 20px;
}
.source_table {
    width: 91.5%;
    padding: 0;
    margin: 0 0 50px 0;
    /*float: right;*/
}
.source_table th {
    color: #fff;
    background-color: #646464;
    border: 1px solid #fff;
    text-align: center;
    padding: 6px 0;
}
.source_table tr th:first-child {
    width: 22%;
}
.source_table td {
    background-color: #e6e6e6;
    border: 1px solid #fff;
    padding: 20px;
    vertical-align: middle;
    text-align: justify;
}
.source_table tr td:first-child {
    color: #ff3399;
    text-align: center;
}
.source_dl {
    padding: 0;
    margin: 0;
    clear: both;
}
.source_dl dt {
    font-size: 22px;
    font-weight: bold;
    padding-left: 50px;
}
.source_dl dt span {
    font-size: 14px;
    font-weight: normal;
}
.source_dl dd {
    padding: 25px 0 30px 50px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #969696;
}
.source_dl dd:last-child {
    padding: 25px 0 0 50px;
    margin-bottom: 0;
    border-bottom: none;
}
.source_dl dd p.mod_publish {
    display:flex;
    align-items:center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.source_dl dd p.mod_publish a{
    display:block;
    margin-right: 20px;
}
.source_dl dd p.mod_publish a span.note{
    display:block;
    padding-left: 0;
    margin-top: -25px;
    margin-bottom: 0;
}

.mod_publish2 {
    margin-bottom: 7px;
}
.mod_publish img {
    margin: 0;
    vertical-align: middle;
}
.mod_publish a{
    display: inline-block;
    margin-left: 10px;
    color: #003A8F;
    text-decoration: underline;
}
.img_source {
    margin-bottom: 20px;
    display: block;
}
.intro_dl {
}
.intro_dl dt {
    clear: both;
    float: left;
    padding: 6px 10px 6px 10px;
    color: #fff;
    background-color: #646464;
    font-size: 16px;
}
.intro_dl dt span {
    margin: -5px 0 0 8px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
    font-size: 28px;
}
.intro_dl dd {
    padding: 0 0 0 88px;
    margin: 0 0 25px 0;
    letter-spacing: -0.02em;
}
.intro_dl dd .mod_link {
    margin: 0 0 35px 0;
}
#main > section:nth-child(2) > dl > dd > p.soucecode{
    background:#fff0f0;
    width:868px;
    font-size:12px;
    box-sizing:border-box;
    padding:1.5em;
    font-weight:500;
}

#main > section:nth-child(2) > dl > dd > p.soucecode span{
    color:#f39;
}
.button_img {
    margin-bottom: 80px;
}

.button_img ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.button_img ul li{
    width:300px;
}

.button_img div {
    display: inline-block;
    width: 300px;
    margin-right: 100px;
    margin-bottom: 30px;
}

.button_img div p{
    display: flex;
    margin-bottom: 5px;
    text-indent: 0;
    margin-left: -12px;
}
.button_img div p span{
    font-size: 16px;
    font-weight:bold;
    color:#ff3399;
}
.button_img div img{
    display:block;
    max-width:300px;
}

#bnr_dl{
    display:block;
    margin: 150px auto 50px;
    width: 500px;
    text-align:center;
    background:#d7092f;
    color:#fff;
    padding: 25px 0 34px;
    font-size: 24px;
    border-radius:10px;
    position:relative;
    overflow:hidden;
}

#bnr_dl::before,
#bnr_dl::after{content: '';display: block;width: 100%;height: 20px;background: rgba(0, 0, 0, 0.7);position: absolute;left: 0;bottom: 0px;z-index: 1;}

#bnr_dl::before{
    bottom: 10px;
    background: #d7092f;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 2;
}