/* all
----------------------------------------*/
.emphasis_txt{
	font-weight: bold;
	font-size: 15px;
	color: #b10000;
}


/* content1
----------------------------------------*/
div#content1 {
	padding:0;
}
div#content1 h3 {
	height:620px;
}
div#content1 div.box {
	margin:0 30px 20px;
	border:3px solid #091247;
	background-color:#fff;
}

/* content2
----------------------------------------*/
#content2-1 p {
	padding-bottom:10px!important;
}
#content2-1 small {
	display:block;
	text-align:center;
	font-size:12px;
}
#content2-1 {
	font-size:12px;
}
#content2-1 dl {
	margin-left:30px;
}
#content2-1 dt {
	margin-bottom:10px;
	font-weight:bold;
}
#content2-1 dd {
	margin-bottom:10px;
	padding-left:1em;
	line-height:2;
}
#content2-1 dd span {
	color:#b30b0b;
}
#content2-2 h5 .txt {
	padding-top:15px!important;
}
#content2-2 small {
	dirsplay:block;
	font-weight:normal;
	font-size:13px;
}
#content2-2 {
	font-size:12px;
}
#content2-2 p {
	padding:0 0 5px!important;
	margin-top: 5px;
}
#content2-2 dl {
	margin-left:30px;
}
#content2-2 dt {
	margin-bottom:10px;
	font-weight:bold;
}
#content2-2 dd {
	margin-bottom:10px;
	padding-left:1em;
	line-height:2;
}
#content2-2 dd span {
	color:#b30b0b;
}
#content2-3 {
	font-size:12px;
}
#content2-3 div.box h5 span.txt {
	padding-top:15px!important;
}
#content2-3 ul {
	margin-left:18px;
}
#content2-3 li {
	list-style:disc;
	line-height:2.5;
}

#content2-3 p {
	padding:0 0 5px!important;
	margin-top: 5px;
}
#content2-3 dl {
	margin-left:30px;
}
#content2-3 dt {
	margin-bottom:10px;
	font-weight:bold;
}
#content2-3 dd {
	margin-bottom:10px;
	padding-left:1em;
	line-height:2;
}
#content2-3 dd span {
    color: #b30b0b;
}
#content2-4 p {
	padding:0 0 5px!important;
	margin-top: 5px;
}
#content2-4 dl {
	margin-left:30px;
}
#content2-4 dt {
	margin-bottom:10px;
	font-weight:bold;
}
#content2-4 dd {
	margin-bottom:10px;
	padding-left:1em;
	line-height:2;
}
#content2-4 dd span {
	color:#b30b0b;
}
div#content2-5 {
/*	padding:15px;
	font-size:12px;
	background-color:#e5e9ef*/
}
div#content2-5 div.left {
	width:400px;
}
div#content2-5 div.right {
	width:380px;
}
div#content2-5 h5 {
	font-weight:normal;
}
div#content2-5 h5 span {
	color:#ff009a;
}
div#content2-5 p {
	padding-left:0;
	line-height:2;
}
div#content2-5 small {
	display:block;
	padding-left:10px;
	color:#b30b0b;
}


div#content2-9 {
	padding:15px;
	font-size:12px;
	background-color:#e5e9ef
}
div#content2-9 div.left {
	width:400px;
}
div#content2-9 div.right {
	width:380px;
}
div#content2-9 h5 {
	font-weight:normal;
}
div#content2-9 h5 span {
	color:#ff009a;
}
div#content2-9 p {
	padding-left:0;
	line-height:2;
}
div#content2-9 small {
	display:block;
	padding-left:10px;
	color:#b30b0b;
}

/*------------------------------
 フッター
------------------------------*/
.footer {
	background: #033a59;
	color: #fff;
	line-height: 1.8;
	padding: 30px 20px;
letter-spacing: 1.5px;
    font-size: 0.9rem;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	opacity: .8;
}
.footer p {
	margin-bottom: 1.6em;
	line-height: 1.5;
}
.footer-button {
	margin: 1em 0 3em;
}
.footer-button > a {
	margin-right: 16px;
}
.footer-logo {
	margin-bottom: 1em;
}
.footer-copyright {
	border-top: 1px solid #fff;
	padding-top: 5px;
	margin-top: 10px;
}

.container {
	margin: auto;
	position: relative;
}

/*------------------------------
 ポップアップ
------------------------------*/
.fs24{
	font-size: 24px;
}
.fwB{
	font-weight: bold;
}
.mt20{
	margin-top: 20px;
}

.width-tokuten4
{width: calc(100% - 6.25% * 2);}

table {
	border-collapse: collapse;
}

th{
	border: solid 1px #000;
	background-color: #146499;
color: #fff;
	padding: 5px;
}

td{
	border: solid 1px #000;
	padding: 5px;
}

.pop_box{
	border: solid 1px #000;
	margin-bottom: 20px;
}

.pop_ttl{
	background-color: #146499;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.border-topini{
	border-top:initial;
}

.mt_ini{
	margin-top: initial;
}

.pd15{
	padding: 15px;
}

.fsS{	
	font-size: 16px;
}

.pic{
    width: 100%;
}

.sp_content{
    display: none;
}

.box_2 {
    background-color: #ffeff8;
    padding: 20px;
    margin: 20px auto;
}

.oya{
    position: relative;
}
.ko{
    position: absolute;
    right:37%;
    bottom:22.5%
}

/*スマホ*/

@media only screen and (max-width: 640px) {
    
    .sp_content{
        display: block;
    }
    .pc_content{
        display: none;
    }

    .box_2 {
        background-color: #ffeff8;
        padding: 40px;
        margin: 20px auto;
    }
    div#content2-9 div.right {
        width: 100%;
    }
    div#content2-9 small {
        font-size: 28px;
        display: block;
        padding-left: 10px;
        color: #b30b0b;
    }
    div#content2-9 h5 {
        font-weight: normal;
        font-size: 30px;
    }
    div#content2-9 div.left {
        width: 100%;
    }
    #pagetop a img {
        width: 45%;
    }
    div#close {
        margin: 0 auto 30px;
        width: 100%;
    }
    #close a img {
        width: 30%;
        display: block;
        margin: 0 auto;
    }
    footer img {
        margin: 15px;
        width: 60%;
    }
    footer p{
        font-size: 25px; 
    }
    .other_note div{
        margin-top: 10px;
    }
    .clearfix{
        margin: 20px auto;
    }
    .right .pic{
        margin-top: 20px;
    }
    .oya{
        position: relative;
    }
    .ko{
        position: absolute;
        width: 40%;
        right:30%;
        bottom:23%
    }
}

