@charset "UTF-8";

body {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-family: "TBUDRGothic Std", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #333;
    -webkit-text-size-adjust: 100%;
}

body * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #2d5eb8;
    text-decoration: underline;
}

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

a img:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
}


/**********IE8対策**************/
a img {
    border-style: none;
}

/**********END IE8対策**************/


/*----------------------------------------------------------------------
各セクション共通
------------------------------------------------------------------------*/
.inner {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 90px;
    text-align: center;
}

.c_ttl {
    margin-bottom: 62px;
    padding-top: 70px;
    font-size: 42px;
    line-height: 1.42;
}

.sub_ttl {
    display: block;
    font-size: 28px;
    line-height: 2.14;
}

.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(55%, #fff000));
    background: linear-gradient(transparent 50%, #fff000 55%);
    font-weight: bold;
}

/*----------------------------------------------------------------------
mv
------------------------------------------------------------------------*/
.mv {
    height: 720px;
    background: url(../img/mv.jpg) no-repeat center center #fff;
}

.mv_inner {
    max-width: 1080px;
    margin: auto;
    padding-top: 20px;
}

.logo {
    margin-bottom: 77px;
}

.mv_txt {
    margin-left: 40px;
}

.mv_catch {
    margin-bottom: 32px;
}

.mv_ttl {
    margin-left: 12px;
    margin-bottom: 58px;
}

.mv_btn {
    margin-left: 90px;
}

/*----------------------------------------------------------------------
intro
------------------------------------------------------------------------*/
.intro {
    background-color: #fff;
    background: url(../img/sec01_bg.jpg) no-repeat;
    background-size: cover;
}

.intro .inner {
    padding-bottom: 0;
}

.intro_item {
    margin-bottom: 44px;
}

.intro_ttl {
    position: relative;
    margin: 0;
    padding: 0 0 14px;
    font-size: 28px;
    line-height: 1.5;
    color: #f87630;
}

.balloon_box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    border-bottom: solid 2px #f87630;
}

.balloon_box:before,
.balloon_box:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.balloon_box:before {
    border: solid 12px transparent;
    border-top: solid 12px #f87630;
}

.balloon_box:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}

.intro_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.intro_inner_img {
    width: 37%;
}

.intro_inner_txt {
    width: 56%;
    text-align: left;
}

.intro_inner_txt p:first-of-type {
    margin-bottom: 30px;
}

.attention {
    font-size: 13px;
    line-height: 1.4;
}

/*----------------------------------------------------------------------
feature
------------------------------------------------------------------------*/
.feature {
    background-color: #fffae9;
}

.feature_ttl {
    margin-bottom: 45px;
    font-size: 42px;
    line-height: 2.14;
}

.point_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card {
    position: relative;
    margin-bottom: 56px;
}

.point_cards .card:not(:last-child) {
    margin-right: 50px;
}

.card_img {
    margin-bottom: 10px;
}

.point_icon {
    position: absolute;
    top: -10px;
    left: -10px;
}

.message {
    font-size: 24px;
    line-height: 1.6;
    color: #f87630;
}

.sub_message {
    font-size: 18px;
}

/*----------------------------------------------------------------------
example
------------------------------------------------------------------------*/
.example {
    background-color: #fff;
    ;
}

.example_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.example_tbl {
    width: 50%;
    background: #fff;
    border: 1px solid #f87630;
}

.example_list .example_tbl:first-child {
    margin-right: 40px;
}

.example_txt {
    background: #fef1ea;
}

.example_ttl {
    padding: 18px 24px;
    font-size: 22px;
    line-height: 1.36;
    color: #f87630;
}

.example_subttl {
    display: block;
    font-size: 16px;
    line-height: 1.87;
}

.example_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}

.price {
    width: 100%;
    font-size: 22px;
}

.red_emphasis {
    font-size: 28px;
    color: #ff0000;
}

.black_emphasis {
    font-size: 18px;
}

.service {
    width: 100%;
    font-size: 15px;
}

.notice {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 2;
}

/*----------------------------------------------------------------------
agent
------------------------------------------------------------------------*/
.agent {
    background-color: #f8f8f8;
}

.agent_ttl {
    margin-bottom: 45px;
    padding-top: 70px;
    font-size: 28px;
    line-height: 2.14;
}

.agent_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
}

.agent_item {
    width: 30%;
    padding: 40px 20px;
    border-radius: 16px;
    background: #fff;
}

.agent_list .agent_item:not(:last-child) {
    margin-right: 50px;
}

.agent_headline {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}

.agent_txt {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
}

/*----------------------------------------------------------------------
footer
------------------------------------------------------------------------*/
.foot_mv {
    margin: 80px auto 60px;
}

.foot_mv_img {
    display: block;
    margin: auto;
}

.compliance_tab *,
.compliance_tab *:before,
.compliance_tab *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.compliance_tab {
    margin: 1em auto;
}

.compliance_tab > input[type='radio'] {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}

.compliance_tab .cp_tabpanel {
    display: none;
    text-align: left;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
}

.compliance_tab .cp_tabpanel p:not(:last-child) {
    margin-bottom: 30px;
}

.compliance_tab .cp_tabpanel ul {
    list-style: disc;
    list-style-position: inside;
}

.compliance_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.compliance_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.compliance_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.compliance_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.compliance_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.compliance_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
    display: block;
}

.compliance_tab > label {
    display: inline-block;
    width: 49%;
    margin-bottom: 30px;
    padding: 15px;
    background: #f8f8f8;
    cursor: pointer;
    border-radius: 16px 16px 0 0;
    border-bottom: 0;
}

.compliance_tab > input:checked + label {
    margin-bottom: -1px;
    background: #62aa51;
    border-bottom: 1px solid #ffffff;
    /*背景色と同じ*/
    color: #fff;
}

.compliance_tab .cp_tabpanel {
    padding: 0.5em 1em;
}

@media (max-width: 480px) {
    .compliance_tab {
        width: 100%;
        font-size: 0.8em;
    }

    .compliance_tab label {
        padding: 0.5em;
    }
}

.cp_right {
    width: 100%;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/*----------------------------------------------------------------------
1000px以下
------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
    .mv_inner {
        max-width: 100%;
    }
    
    .inner {
        max-width: 96%;
    }
    
    .point_cards .card:not(:last-child) {
        margin-right: 0;
    }
    
    .point_cards .card:first-child {
        margin-right: 8%;
    }
}

/*----------------------------------------------------------------------
768px以下
------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .mv {
        width: 100%;
        background: url(../img/mv.jpg) no-repeat center center #fff;
        background-size: cover;
    }
    
    .mv_inner {
        max-width: 100%;
    }
    
    .mv_txt {
        width: 70%;
        margin-left: 20px;
    }
    
    .mv_btn {
        margin-left: 50px;
    }
    
    .point_cards {
        display: inline-block;
    }
    
    .example_list {
        display: block;
    }
    
    .example_tbl {
        width: 80%;
        margin: auto;
    }
    
    .example_list .example_tbl:first-child {
        margin: 0 auto 20px;
    }
    
    .agent_item {
        padding: 20px 10px;
    }
    
    .agent_list .agent_item:not(:last-child) {
        margin-right: 2%;
    }
}

/*----------------------------------------------------------------------
480px以下
------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
/*
    body {
        letter-spacing: 0;
    }
*/
    
    .mv {
        height: 400px;
    }
    
    .mv_inner {
        padding-top: 10px;
    }
    
    .logo {
        width: 50%;
        margin-left: 10px;
        margin-bottom: 40px;
    }
    
    .mv_txt {
        margin-left: 10px;
    }
    
    .mv_catch {
        margin-bottom: 10px;
    }
    
    .mv_ttl {
        margin-left: 0;
        margin-bottom: 24px;
    }
    
    .mv_btn {
        width: 70% !important;
        margin: inherit !important;;
        margin-left: 10px !important;;
    }
    
    .btn {
        width: 90%;
        margin: auto;
    }
    
    .c_ttl {
        margin-bottom: 38px;
        padding-top: 35px;
        font-size: 26px;
    }
    
    .sub_ttl {
        font-size: 15px;
        line-height: 1.6;
        letter-spacing: 0;
    }
    
    .balloon_box {
        margin-bottom: 40px;
    }
    
    .intro_inner {
        display: block;
    }
    
    .intro_inner_img {
        width: 60%;
        margin: 0 auto 10px;
    }
    
    .intro_ttl {
        font-size: 20px;
    }
    
    .intro_inner_txt {
        width: 100%;
    }
    
    .feature_ttl {
        font-size: 26px;
        line-height: 1.42;
    }
    
    .point_cards .card:first-child {
        margin-right: 0;
    }
    
    .message {
        font-size: 22px;
    }
    
    .example_tbl {
        width: 100%;
    }
    
    .notice {
        font-size: 12px;
    }
    
    .agent_ttl {
        margin-bottom: 22px;
        padding-top: 35px;
        font-size: 20px;
        line-height: 1.6;
    }
    
    .agent_list {
        display: block;
    }
    
    .agent_item {
        width: 100%;
        margin: auto;
    }
    
    .agent_list .agent_item:not(:last-child) {
        margin: 0 auto 20px;
    }
    
    .compliance_tab label {
        padding: 1em 0.5em;
    }
    
    .cp_right {
        font-size: 14px;
    }
    
    small {
        font-size: 14px;
    }
}

.sitelink_Box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eaf6e0;
    text-align: center;
    margin-bottom: 20px;
}

.sitelink_ttl {
    margin: 0;
    padding-top: 10px;
    font-size: 1.6em;
    color: #76bc49;
}

.sitelink_list {
    margin: 0;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
}

.sitelink_list li {
    position: relative;
    width: 23.333%;
    height: 35px;
    margin-bottom: 15px;
    background-color: #fff;
}

.sitelink_list li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    font-size: 1em;
    text-decoration: none;
}

.sitelink_list img {
    display: inline-block;
    padding-right: 10px;
    vertical-align: sub;
}

@media screen and (max-width: 768px) {
    .sitelink_ttl {
        font-size: 1em;
    }

    .sitelink_Box {
        margin: auto;
        background-color: #eaf6e0;
        text-align: center;
    }

    .sitelink_ttl {
        margin: 0;
        padding: 10px;
        color: #76bc49;
    }

    .sitelink_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        list-style: none;
        padding: 0;
    }

    .sitelink_list li {
        position: relative;
        width: 46%;
        height: 35px;
        margin-bottom: 10px;
        background-color: #fff;
    }

    .sitelink_list li a {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        font-size: .8em;
        line-height: 35px;
    }
}
.tokucho_tit{
font-size: 1.5em;
color: #f87630;
    border-bottom:1px dotted #f87630;
	margin-bottom:20px;
}
.hosho{
display:flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hosho div{
    background: #fff;
    width: 49%;
    padding: 2%;

}
.hosho div h3{
border: 1px solid #efefef;
background: #f3f3f3;
border-radius:50px;
margin-bottom:20px;
	

}
.hosho div li{
text-align:left;
border-bottom:1px solid #ccc;
}.hosho div ul{
margin-bottom:20px;
}
.sonota_hokenhyo{
width:50%;
margin:0 auto;
}
.sonota_hokenhyo th{
background: #f3f3f3;
padding:2%;
border-bottom:1px solid #ccc;
}
.sonota_hokenhyo td{
background: #fff;
border-bottom:1px solid #ccc;

}
@media screen and (max-width: 768px) {
.hosho{
flex-direction: column;
}

.hosho div{
    width:90%;
	margin:0 auto;
	padding:5%;
}
.sonota_hokenhyo{
width:90%;
}
.tokucho h2 span{
    display:block;
}
}
 .article_all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
  .article_all a {
      display:inline-block;  width: 30%; margin: 15px;
	  text-decoration:none;
     
    }

    .article_list {
    	
        background-size: 16px;
        background-position: right 20px bottom 20px;
        border-radius: 8px;
        -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0px 10px rgba(0, 0, 0, .1);
		padding-bottom:15px;
    }
    .article_list img{
        width: 90%;
        margin:0 auto;
padding:5% 5% 0;

    }
span.data {
        font-size:0.8em;
		padding-left:5%;
    }
.article_t{
        text-align: left !important;
    }

h2.article_ttl {
          padding: 10px 15px 0;
     background-color: #6eb92a00;
    color: #2b2b2b;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align:left;

    }
	 .article_list p {
   padding: 0 15px;
    font-size: 0.8em;
    text-align:left;
    line-height: normal;
    }
		
a .article_list p  {
color:#666666;
    }
	a .article_list p span  {
color:#0066CC;
text-decoration:underline;
    }
	.article_linkbtn a{
	display::block;
	color:#fff;
	text-decoration:none;
	background-color: #f87630;
    padding: 1% 3%;
    border-radius: 50px;
	}
	
	@media screen and (max-width: 480px) {
	.article_all a {
    width: 90%;
    margin: 15px 15px 0;
}
 .article_list {
		min-height:inherit;
    }
    .article_list img{
        width: 40%;
        margin:0 auto;
        padding:5%;
        display:inline-block;
        vertical-align:top;

    }
    .article_list .article_t{
    	display:inline-block;
        width: 45%;
        margin: 10px auto 0;
        padding:0%;

vertical-align:top;

    }
    .article_list .data {

        padding-left:0%;
		text-align:left;
    }

    h2.article_ttl {
          padding: 0px;
     background-color: #6eb92a00;
    color: #2b2b2b;
    font-size: 1em;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight:normal;
    text-align:left;
	line-height: normal;

    }
	
	    .article_list p {
display:none;
    }	

	.article_linkbtn a{

    padding:3% 6%;

	}
	}
	
	 #floatingbnr {
                max-width: 100%;
                padding-left: 0;
                padding-right: 0;
                margin: 20px auto;
				    display: flex;
    justify-content: center;
    align-items: center;
            }

            #floatingbnr a {
                position: fixed;
                bottom: 20px;
                display: block;
                background-color: #f74a4a;
                border: 1px solid #c53838;
                color: #fff;
                font-weight: bold;
                text-align: center;
                margin: auto;
                border-radius: 50em;
                width:50%;
                padding: 10px;
                box-shadow: 0 4px 0 var(--the-solid-shadow, rgb(185 56 56));
                z-index: 1000;
				text-decoration:none;
            }

            #floatingbnr a:hover {
                box-shadow: 0 0 0 transparent!important;
                -webkit-transform: translate3d(0,4px,0);
                transform: translate3d(0,4px,0);
            }
			
			@media screen and (max-width: 480px) {		


 #floatingbnr a {
               
                width:80%;

            }

	
			 #floatingbnr span {
              display:block;
            }
			}
			
			.bold{
			font-weight:bold;
			}
			.border_y{
			background: linear-gradient(transparent 50%, yellow 50%);



			}
			