@charset "utf-8";
/*___________ 基本設定 ___________ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=M+PLUS+Rounded+1c:wght@500;700;800;900&family=Zen+Old+Mincho:wght@900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333333;
    font-size: 87.5%;
    line-height: 1.6;
}
h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,div {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 1em;
}
iframe {
    border: none;
}
ul {
    list-style-type: none;
}
ol { padding-left: 2em;}
p {
    margin-bottom: 1.2em;
}
textarea {
	font-size: 1em;
}
img {
	border:0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
/*	border: 1px solid #3FA9F5;*/
	margin-bottom: 50px;
}
th,td {
	border: 1px solid #6ec59e;
	padding: 10px 10px;
	vertical-align: top;
}
th {
	white-space: nowrap;
	text-align: left;
/*	background: #D9EEFD;*/
}
.pc_elem {
	display: none;
}
strong {
    font-weight: 700;
}


/* ____ リンクテキスト ____ */
a {
	color: #000;
	text-decoration: underline;
	transition: all  0.3s ease;
}
.swiper a {
	transition: none;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
a:hover {
	opacity: 0.75;
}

/*___________ レイアウト設計 ___________ */
h1 {
	font-weight: 700;
	color: #76B744;
	font-size: 170%;
	padding: 5px 20px 10px;
	line-height: 1.2;
}
h2 {
    font-size: 150%;
	margin-bottom: 20px;
	font-weight: 700;
	color: #76B744;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
h3 {
	font-size: 150%;
	margin-bottom: 20px;
	font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
h4 {
	font-size: 128%;
	margin-bottom: 15px;
	font-weight: 500;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
html {
  scroll-padding-top: 50px; /* 固定ヘッダの高さ分 */
}
/*動画ページ*/
.mv_contents_wrap {
	background: #76B744;
}
.mv_contents {
	padding: 20px 0;
}
.mv_contents_wrap h2 {
	color: #fff;
	font-size: 120%;
	padding: 0 20px;
	margin: 0 0 10px;
}

.contents {
	padding: 30px 20px 0;
	text-align: left;
}

.link_btn {
}
.link_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
	max-width: 1000px;
    margin:20px auto;
    padding: 1.1em 0.8em;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #F9BF00;
    color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 150%;
}
.link_btn a::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
.claim_wrap .link_btn a {
    border: 3px solid #F9BF00;
    background: #fff;
    color: #F9BF00;
}
.claim_wrap .link_btn a::after {
    border-top: 3px solid #F9BF00;
    border-right: 3px solid #F9BF00;
}
.link_btn2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
	max-width: 1000px;
    margin:20px auto;
    padding: 0.8em;
    border: 2px solid #fff;
    border-radius: 10px;
    background: #001871;
    color: #fff;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 120%;
    text-align: center;
    line-height: 1.2em;
}
.link_btn2 a::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
.link_btn2 span {
    font-size: 80%;
    font-weight: 300;
}
.txt_link {
    padding: 10px;
    text-align: center;
    font-size: 110%;
}
.map_wrap {
	height: 0;
	position: relative;
	padding-bottom: 56.2%;
	margin-bottom: 20px;
}
.map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cont_wrap {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}
.cont_wrap h2 {
    color: #ec7968;
    text-align: center;
}
.table_wrap {
    overflow: auto;
}
.claim_wrap {
    padding: 20px;
    background: #F3F8E3;
}
.claim_wrap h2 {
    color: #93CB6A;
    text-align: center;
}
.claim_con {
    padding: 0 0 20px;
}
.claim_con .att_h {
    background: #F9BF00;
    border-radius: 10px;
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
}
.page_nav li {
	padding: 5px 0;	
}

/*
ヘッダー
_______________________*/

#head {
	position: fixed;
	z-index: 9999;
	top: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	height: 50px;
	background: #fff;
}

#head h1 {
	font-size: 125%;
	padding: 0 0 0 20px;
		line-height: 1.2;
}
#head h1 a {
	text-decoration: none;
	color: #76B744;
}
/*--- グローバルナビ ---*/
#navi_blk {
}
#sp_gnav {
	display: block;
}
#mn_defa {
    z-index: 9999;
}
#mn_defa img {
	width: 77px;
}

/*#mn_cont {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	padding: 15px 0 30px;
    background: #76B744;
    border-bottom: 10px solid #fff;
    z-index:999;
    font-weight: 600;
}*/
#mn_cont {
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px 0 0px;
    background: #76B744;
    border-bottom: 10px solid #fff;
    z-index:999;
    font-weight: 600;
}
#mn_cont_inner {
	width: 100%;
	height: calc(100% - 50px);
	display: flex;
	justify-content: center;
	padding: 0px 0 0px;
	z-index: 402;
	box-sizing: border-box;
	overflow: auto;
}
#mn_cont ul {
	float: none;
	margin: 0 50px;
}
#mn_cont li {
	float: none;
	font-size: 14px;
	padding: 0;
	clear: left;
}
#mn_cont .fst_nv li a {
	display: block;
	color: #fff;
	padding: 9px 5px 9px 5px;
	text-decoration: none;
    border-bottom: 1px solid #fff;
    font-weight: 700;
}
#mn_cont .fst_nv li a::before {
    display: inline-block;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}
#mn_cont .sec_nv {
    padding: 15px 0 0;
}
#mn_cont .sec_nv li a {
	display: block;
	color: #fff;
	padding: 3px 5px 3px 25px;
	text-decoration: none;
}

.hero {
	margin-top: 50px;
	background: #93CB6A;
	text-align: center;
	padding: 50px 10px;
}
.hero img {
	margin: 0 auto;
}
.hero h2 {
    color: #fff;
    padding: 10px 0;
    margin: 0;
    line-height: 1.2;
}
.hero h2 span {
    font-size: 80%;
    font-weight: 400;
}
.hero p {
    font-size: 87.5%;
	text-align: left;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.footer {
    transform:rotateZ(0.03deg);
	padding: 20px;
}
.footer1 {
    text-align: center;
    padding: 20px;
}
.footer2 {
    text-align: center;
    padding: 20px;
    background: #F1F1F1;
}
.attent {
    font-size: 86%;
}
.attentrecom {
    font-size: 86%;
	color: #F3766C;
}
.ft_telnum {
    color: #78BC27;
    font-size: 178%;
    font-weight: 700;
    padding: 0 0 0 40px;
    background: url("../img-layout/pt_tel.png") no-repeat left center/ 30px 30px;
}
.ft_telnum a {
	color: #78BC27;
}
.ft_ins:first-of-type {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
}
.ft_ins h4,
.ft_ins .ins_name {
    color: #002f81;
}
#copyright{
    transform:rotateZ(0.03deg);
	padding:5px 0;
	text-align:center;
	font-size: 85.714285714%;
}

/*___________ 固定設定 ___________ */
.clear {
    clear:both;
}
.center {
    text-align: center;
}

/*___________ トップページ ___________ */
.hero img {
	margin-bottom: 15px;
}
.top_alart {
	padding: 8px 20px 0;
	text-align: left;
	font-size: 80%;
}
.mv_wrap {
    background: #F1F1F1;
    padding: 20px 0;
}
.mv_wrap h2 {
    color: #ec7968;
    text-align: center;
}
.mv_wrap p {
    padding: 0 20px;
    font-size: 87.5%;
}
.top_when {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_when li {
    width: 47%;
    padding: 0 0 20px;
}
/*___________ 動画ページ ___________ */
.mv_btn_list a {
	background: #fff;
	border-radius: 2em;
	padding: .9em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	box-sizing: border-box;
	margin: 0 auto 8px;
	width: 90%;
}
.mv_btn_list a::after {
	content: "";
    clip-path: polygon(80% 50%, 0 0, 0 100%);
    width: 1em;
    height: 1em;
    background: #76B744;
	margin-left: 10px;
}
.mv_btn_list .active a {
	background: rgba(255,255,255,0.60);
}
/*プラン一覧*/
.btn_toplan {
	padding: 10px 0;
	}
#plan_contents_top {
	padding-top: 30px;
	}
#plan_contents {
	padding-top: 20px;
	
	}
#plan_contents table {
	width: 100%;
	}
#plan_contents td,
#plan_contents th {
	border: 2px solid #3c3d3d;
	padding: 10px;
    box-sizing: border-box;
    vertical-align: middle;
	}
#plan_contents th { text-align: left;}
#plan_contents td { text-align: center;}
#plan_contents .price {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #76B744;
	padding: 15px 10px;
	white-space: nowrap;
}
#plan_contents .recom.price {
	color: #F3766C;
}
#plan_contents .plan_img {
	width: 545px;
	max-width: none;
}
td.bef_t {
	position: relative;
}
td.bef_t::after {
	content:'▼';
	position: absolute;
	color: #F9BF00;
	font-size: 22px;
	bottom: -15px;
	left: calc(50% - 11px);
	-webkit-text-stroke: 2px #fff;
}
#plan_contents .hdr {
	background: #93CB6A;
	font-size: 114.28%;
	font-weight: bold;
    color: #fff;
    white-space: nowrap;
}
#plan_contents .hdr.base {
	background: #636464;
}
#plan_contents .hdr_p {
	background: rgba(147,203,106,0.2);
	font-size: 114.28%;
	font-weight: bold;
    white-space: nowrap;
}
#plan_contents .hdr_p span {
	font-size: 80%;
}
#plan_contents .hdr.recom {
	background: #F3766C;
}
#plan_contents td.recom {
	background: #F9E8EC;
    white-space: nowrap;
	font-weight: 600;
}

#plan_contents th.active {
	background: #FFF9DE;
}
/*#plan_contents .option td,
#plan_contents .option th {
	border: 2px solid #6EC59E;
}*/
#plan_contents .option .hdr {
	background: #93CB6A;
}
#plan_contents .option .hdr.base {
	background: #6EC59E;
}
#plan_contents .option .hdr.recom {
	background: #F3766C;
}
#plan_contents .acCon a {
	background: url(../img-layout/pt2_o.png) no-repeat left center;
	padding: 0 0 0 18px;
	}
#plan_contents .acCon a.length {
	display: block;
	background: url(../img-layout/pt2_o.png) no-repeat left top;
	padding: 12px 0 0 0;
	}
#plan_contents .active a {
	background: url(../img-layout/pt2_c.png) no-repeat left center;
	}
#plan_contents .active a.length {
	background: url(../img-layout/pt2_c.png) no-repeat left top;
	}


#plan_contents .acDesc td {
	text-align: left;
	border: none;
	background: #FFF9DE;
	padding: 20px;
	font-size: 0.6rem!important;
	font-size: 11px!important;
	}
#plan_contents .acDesc td p {
/*	font-size: 14px;*/
	max-width: calc(100vw - 80px);
	box-sizing: border-box;
	}
#plan_contents .notin {
	background: #C8C8C8;
	}

.attent {
	font-size: 78.57%;
	line-height: 1.2em;
	font-weight: normal;
	}
.pat1 {	color: #E23022;	}
.pat2 {	color: #0085C8;	}
.pat3 {	color: #74B734;	}
.pat4 {	color: #E2AA22;	}
#plan_contents .blank_cell td { border: none;}
#plan_contents .ikuei {
	background: #FAF0EB;
}

#plan_contents #recommend,
#plan_contents #option {
	position: relative;
    display: inline-block;
    width: 100%;
	}
#plan_contents #recommend img {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -45px;
}
#plan_contents #option img {
	position: absolute;
	top: -40px;
	left: -30px;
}
#plan_ikuei {
	padding: 30px 0;
	min-height: 200px;
	}
#plan_ikuei img {
	float: left;
	}
#CONTENTS #plan_ikuei h3 {
	clear: none;
	}
#k_plan{
	margin-bottom:30px;
}

#s_plan th.hdr,
#k_plan th.hdr,
#plan_contents th.hdr {
	width: 32%;
 }

#s_plan td.hdr,
#k_plan td.hdr,
#plan_contents td.hdr {
	 width: 17%;
	 }
#attent_block {
	border: 2px solid #74B734;
	padding: 15px 15px 5px;
	font-size: 78.57%;
	line-height: 1.6em;
	}
#plan_contents #plan_ikuei strong {
	color: #F18021;
	}

#CONTENTS #plan_recom p {
	clear: both;
	font-size: 85.71%;
	margin: 10px 0 0;
	}
.plan_attent {
    background: #F3F8E3;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 85.71%;
    margin: 15px 0 0;
}


/*　加入方法・保険金請求について・補償内容一覧　*/
#content_page.cont_wrap {
    padding-bottom: 0;
}
#flow_page h3,
#claim_page h3,
#content_page h3,
#faq_page h3 {
	background: #93CB6A;
	color: #fff;
	padding: 10px 15px;
    line-height: 1.1em;
}
#content_page h3 span {
    font-size: 70%;
}
#claim_page {
    padding-bottom: 0;
}
.flow_cont {
	border: 3px solid #93CB6A;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
	background: #fff;
}
.flow_cont p {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}
.flow_cont p::before {
	content: '■';
	font-size: 90%;
	color: #F9BF00;
	padding-right: 3px;
}
.flow_cont strong {
	color: #E84566;
}
.flow_cont .link_btn a {
	width: 100%;
	margin-top: 0;
}
.flow_cont h4 {
	color: #EC7968;
	border-bottom: 2px solid #93CB6A;
	text-indent: -1.3em;
	padding-left: 1.3em;
}
.flow_cont h4 span {
	color: #F9BF00;
	font-size: 130%;
	font-family: "Zen Old Mincho", serif;
	font-family: 900;
}
#claim_page h4 {
	color: #EC7968;
	border-bottom: 2px solid #93CB6A;
    overflow: auto;
}
#claim_page h4 img {
    width: 40px;
    margin: 5px 8px 5px 0;
    float: left;
}
.flow_sample {
	margin-bottom: 15px;
}
.flow_sample img {
	margin-bottom: 10px;
}
.claim_of {
    padding: 0 0 20px;
}
.voice_con {
	border: 3px solid #93CB6A;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 30px;
}
.voice_con img {
    float: right;
    width: 80px;
}
.content_con {
    padding-bottom: 30px;
}
.con_il {
    text-align: center;
    padding: 0 0 10px;
}
.con_il img {
    width: 150px;
}
.content_con .att_h {
    background: #F9BF00;
    border-radius: 10px;
    padding: 2px 10px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
}
.link_mv a {
	border: 2px solid #93CB6A;
	background: #fff;
	border-radius: 2em;
	padding: .9em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	box-sizing: border-box;
	margin: 0 auto 8px;
	width: 90%;
}
.link_mv a::after {
	content: "";
    clip-path: polygon(80% 50%, 0 0, 0 100%);
    width: 1em;
    height: 1em;
    background: #76B744;
	margin-left: 10px;
}

.iframe_wrap {
    background: #F1FFF0;
    padding: 30px 0 0;
}

/*身近なリスク*/
#risk_page h4 {
	color: #EC7968;
	font-size: 140%;
}
.risk_sec {
	background: #F8F1C6;
	padding: 30px 20px;
	
}

.kome {
    padding: 0 20px;
    font-size: 87.5%;
}

	.risk_picsattent {
		margin-left: 10px;
		margin-right: 10px;
		font-size: 75%;
	}


@media screen and (min-width:999px) {
	body {
		font-size: 100%;
	}
	th,td {
		padding: 10px;
	}
	th {
		text-align: center;
	}
	.pc_elem {
		display: block;
	}
	.sp_elem {
		display: none!important;
	}
	/*___________ レイアウト設計 ___________ */
	h2 {
		font-size: 220%;
	}
	h4 {
		font-size: 140%;
	}
	.mv_contents {
		max-width: 1300px;
		margin: 0 auto;
		padding: 30px 0;
	}
	.contents {
		max-width: 1300px;
		margin: 0 auto;
		padding: 50px 0 0;
	}
    .link_btn a {
        width: auto;
        margin:30px auto;
        padding: 1.2em 2em;
        border-radius: 15px;
            font-weight: 600;
        font-size: 200%;
        }
    .link_btn a::after {
        width: 18px;
        height: 18px;
        margin-left: 15px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
    }

	.map_wrap {
	}
    .claim_wrap {
        text-align: center;
            padding: 20px;
            background: #F3F8E3;
        }
    .claim_con_wrap {
        display: flex;
        justify-content: space-between;
        width: 1000px;
        margin: 0 auto;
    }
    .claim_con {
        width: 475px;
        text-align: left;
        padding: 0 0 0 24px;
        margin-bottom: 20px;
     }
     .claim_con:first-of-type {
        border-right: 2px solid #93CB6A;
        padding: 0 24px 0 0;
     }
    .claim_con .att_h {
        padding: 3px 15px;
        margin-left: 70px;
    }
    .claim_con img {
        display: block;
        margin: 0 auto;
    }
    .footer1 h3,
    .footer2 h3 {
        font-size: 160%;
    }
    .ft_ins_wrap {
        display: flex;
        width: 1000px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .ft_ins {
        width: 455px;
        text-align: left;
        padding: 0 0 0 44px;
    }
    .ft_ins:first-of-type {
        border-bottom: none;
        border-right: 1px solid #333;
        margin-bottom: 15px;
        padding: 0 45px 0 0;
    }
    .footer2 .attent {
        max-width: 1000px;
        margin: 0 auto 20px;
        text-align: left;
    }
	.page_nav  {
		max-width: 1000px;
		margin: 15px auto;
		display: flex;
		justify-content: space-around;
	}
	/*
	ヘッダー
	_______________________*/
	#sp_gnav {
/*		display: none;*/
	}
    #mn_defa {
        position: absolute;
        right: 0;
        top: 0;
    }
    #mn_defa img {
        width: 100px;
    }
    #mn_cont {
        top: 0;
        left: auto;
        right: 0;
        width: 500px;
        padding: 80px 0 30px;
        background: #fff;
        border-bottom: 15px solid #76B744;
        border-left: 15px solid #76B744;
        min-height: 100vh;
        box-sizing: border-box;
   }
    #mn_cont li a {
        padding: 12px 5px 12px 20px;
    }
    #mn_cont .fst_nv li a {
        color: #76B744;
        border-bottom: 1px solid #76B744;
        padding: 11px 5px 11px 5px;
                font-weight: 800;
		font-size: 120%;
    }
    #mn_cont .fst_nv li a::before {
        border-top: 2px solid #76B744;
        border-right: 2px solid #76B744;
                width: 8px;
                height: 8px;
                margin-right: 10px;
                content: '';
            }
    #mn_cont .sec_nv li a {
        color: #76B744;
        font-weight: 600;
                padding: 3px 5px 3px 25px;
                text-decoration: none;
		font-size: 120%;
    }
	.hero {
		padding: 70px 10px;
		margin-top: 65px;
	}
	.hero h2 {
		padding: 30px 0;
	}

		#head {
		width: 1000px;
		width: 100%;
		margin: 0 auto;
		position: fixed;
		height: 65px;
		justify-content: center;
	}
	#head h1 {
		height: auto;
        width: 1000px;
        margin: 0 auto;
        padding: 0;
        font-size: 150%;
	}
	/*
	トップページ
	_____________________*/
	.top_alart {
		max-width: 1000px;
		margin: 0 auto;
	}
    .mv_wrap {
            padding: 20px 0;
    }
    .mv_wrap_in {
        width: 1000px;
        margin: 0 auto;
    }
        .mv_wrap p {
            padding: 0 20px;
            font-size: 87.5%;
        }
    .top_when {
        justify-content: center;
        width: 1000px;
        margin: 0 auto;
    }
    .top_when li {
        width: 33%;
    }

	/*___________ 動画ページ ___________ */
	.mv_btn_list {
		display: flex;
		justify-content: space-between;
		padding: 15px 0;
	}
	.mv_btn_list li {
		width: calc(25% - 10px);
	}
	.mv_btn_list a {
		padding: .9em .5em;
		width: 100%;
	}
    .table_wrap {
        width: 1000px;
        margin: 0 auto;
    }
    /* プラン一覧 */
    #plan_contents #recommend img {
        position: absolute;
        top: -60px;
        left: 50%;
        margin-left: -75px;
    }
    .plan_attent {
        background: #F3F8E3;
        border-radius: 10px;
        padding: 15px 25px;
        font-size: 85.71%;
        margin: 15px auto;
        width: 1000px;
        box-sizing: border-box;
    }
	#plan_contents .price {
		font-size: 140%;
	}
	#plan_contents .plan_img {
		width: 100%;
	}
	/*　加入方法　*/
	#flow_page.cont_wrap,
    #claim_page.cont_wrap,
    #content_page.cont_wrap,
	#faq_page.cont_wrap {
		width: 1000px;
		margin: 0 auto;
		padding: 60px 0 30px;
	}
    #claim_page.cont_wrap {
        padding-bottom: 0;
    }
	#flow_page h3,
    #claim_page h3,
    #content_page h3 {
		padding: 5px 15px;
	}
	#flow_page .intro,
    #claim_page .intro {
		font-size: 115%;
		padding: 0 15px;
	}
	.flow_cont {
		border: 6px solid #93CB6A;
		border-radius: 25px;
		padding: 30px 50px;
		margin-bottom: 70px;
	}
	#faq_page .flow_cont {
		padding: 10px 50px;
		margin-bottom: 15px;
	}
	.flow_cont h4,
    #claim_page h4 {
		border-bottom: 3px solid #93CB6A;
	}
    #claim_page h4 img {
        width: auto;
        margin: 0px 8px 5px 0;
    }
	.flow_sample {
		display: flex;
		justify-content: space-around;
		margin: 30px 0 15px;
	}
	.flow_sample .sample_txt {
		width: 480px;
	}
	.flow_sample img {
			margin-bottom: 10px;
	}
    .claim_of {
        padding: 0 50px 30px;
    }
    .voice_wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .voice_con {
        width: 410px;
        border: 6px solid #93CB6A;
        border-radius: 20px;
        padding: 15px 25px;
    }
    .voice_con img {
        width: 100px;
    }
    .content_con {
        display: flex;
        justify-content: space-around;
            padding-bottom: 30px;
    }
    .con_il {
        width: 280px;
            text-align: center;
            padding: 0 0 10px;
    }
    .con_il img {
        width: 200px;
    }
    .con_txt {
        width: 650px;
    }
	.link_mv a {
		padding: .8em .9em;
			justify-content: center;
			align-items: center;
			text-decoration: none;
			box-sizing: border-box;
		margin: 0 0 8px;
		width: 40%;
	}
	.link_mv a::after {
		content: "";
		clip-path: polygon(80% 50%, 0 0, 0 100%);
		width: 1em;
		height: 1em;
		background: #76B744;
		margin-left: 10px;
	}

	/*身近なリスク*/
	#risk_page .cont_wrap {
		width: 1000px;
		margin: 0 auto;
		padding: 60px 0 30px;
	}
	.risk_intro {
		display: flex;
		justify-content: space-between;
		padding-bottom: 30px;
		max-width: 1000px;
		margin: 0 auto;
	}
	.risk_intro_con {
		width: 55%;
	}
	.risk_intro_img {
		width: 32%;
	}
	#risk_page h4 {
		font-size: 180%;
		margin-bottom: 30px;
	}
	#risk_page p {
		font-size: 120%;
	}
	.risk_sec {
		padding: 40px 0;
	}
	.risk_sec_in {
		width: 1000px;
		margin: 0 auto;
	}
	.risk_pics {
		display: flex;
		width: 1000px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.risk_pics p {
		width: 49%;
	}
	.risk_picsattent {
		width: 1000px;
		margin: 0 auto;
		font-size: 75%;
	}
	
	
}