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

/* ページ全体 */
body {
	margin: 0;
}

/* 「ヘッダー」ブロック */
header {
	padding: 30px 15px;
}

/* 「フッター」ブロック */
footer {
	background-color: #006834;
}

/* フォント設定 */
body {
font-family: 'M PLUS Rounded 1c', sans-serif;
	font-feature-settings: "palt" 1 ;
}

/* -----------ヒーローの背景----------------------------------------------- */
body {
background: linear-gradient(to bottom, #eaf2fa 90%, #FFF);
background-position: 0 130px;
background-repeat: no-repeat;
width: auto;
height: 90vw;
max-height: 1000px;
}

/* 画像のオーバーフローを防ぐ設定、指定なしで画面サイズ（100％）いっぱいになる */
img {
	width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

/* デフォルト設定の拒否（青色）＆下線の削除 */
a {
	color: inherit;
	text-decoration: none;
}

/* カーソルを重ねた時、少し薄くなる（透明0〜1、不透明） */
/*a:hover {
	opacity: 0.7;
}
*/

/* ヘッダー */
.logo {
	width: 200px;
}

.nav-rogo {
	width: 200px;
	padding: 20px 0 0 0;
}


/* ======= トグルボタン =========================== */

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: -20vh;
	z-index: 200;
}
.cp_offcm01 {
	position: absolute;
	top: 10px;
	right: 20px;
	display: inline-block;
}


/* menu */

.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 170px;
	height: auto;
	padding-bottom: 10px;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #006834;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}

/* menu toggle */

.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-155px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c9';
	font-weight: 900;
	font-size: 2em;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
	font-weight: 900;
}

/* contents */

.cp_contents {
	color: #333333;
	text-align: center;
}

/* ナビゲーションメニュー */

nav {
	display: none;
}

/* ヒーロー */

.hero {
	max-width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.subcopy {
	margin: 20px auto 0 auto;
	width: 80%;
	clip: rect(auto,auto,auto,auto);
}

h4 {
	color: #666;
	font-size: 16px;
	line-height: 1.5em;
}

/* 保険のご案内へ（女子） */

.annai {
	margin: 50px auto 50px auto;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	height: 190px;
}

.narabi {
	width:310px;
	margin: 10px auto 10px auto;
	position: relative;
}

.jyoshi {
	width: 150px;
	height: auto;
	vertical-align: bottom;
	position: absolute;
}


/* リンクボタン（保険のご案内へ） */

.guide2 {
	color: #006834;
	text-decoration: none;
	border: solid 2px #006834;
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	margin-left: 95px;
	margin-top: 30px;
	}

.annai a:hover {
	background-color: #E3EA98;
}



.netgroup-title {
	margin: 50px auto 50px auto;
	border-bottom: solid 1px #999;
}


.netgroup-title p {
	width: auto;
	margin: 0px auto 5px auto;
	text-align: center;
}


/* ワンデーサポーターのみ/注釈文字縮小指定---------------------------------------------------*/

.onedaym {
	font-size: 90%;
}


/* ワンデーサポーターのみ/スマートフォン用---------------------------------------------------*/

.pctype {
	display: none;
}

.oneday {
	border-bottom: solid 1px #999;
	height: auto;
	/*max-width: 1000px;*/
	padding-bottom: 30px;
	margin: -20px auto 30px auto;
	}

.onedayall {
	width: 80%;
	margin: 0 auto 0 auto;
	/*display: flex; 横並び*/
}

.onedayall .onedayimage {
	margin: 0px auto 0px auto;
	width: 90%;
}

.onedayall .onedayimage:hover {
	opacity:0.7;
}
	
.onedayright {
	width: 100%;
	margin: 10px auto 0px auto;
}


.onedaytext:hover {
	opacity:0.7;
}


.onedayright span {
	font-size: 90%;
}


/* 新・海外旅行保険off!用(※他のweb保険も兼用) */

.travel {
	border-bottom: solid 1px #999;
	height: auto;
	/*max-width: 1000px;*/
	padding-bottom: 30px;
	margin: 0px auto 30px auto;
	}

.travelall {
	width: 80%;
	margin: 0 auto 0 auto;
	/*display: flex; 横並び*/
}

.travelall .travelimage {
	margin: 0px auto 0px auto;
	width: 90%;
}

.travelall .travelimage:hover {
	opacity:0.7;
}
	
.travelright {
	width: 100%;
	margin: 10px auto 0px auto;
}


.traveltext:hover {
	opacity:0.7;
}





/* 個人＆法人保険の案内へ -------------------------*/

section {
	margin: 20px 15px;
}

.okyaku-part {
	margin-top: 10vw;
}

article h5 {
	font-size: 6.5vw;
	text-align: center;
	margin-top: -105%;
	color: #333;
}

img.illust01 {
	width: 70%;
	display: block;
	margin: auto;
	margin-top: -30px;
	margin-bottom: -10px;
}

img.illust02 {
	width: 70%;
	display: block;
	margin: auto;
	margin-top: -30px;
	margin-bottom: -10px;
}

.art01{
	width: 15em;
	margin: auto;
	color: #333;
}

.art02 {
	width: 16em;
	margin: auto;
	color: #333;
}


.ar-buttom {
	width: 8em;
	margin: auto;
}

.ar-buttom a {
	color: #006834;
	text-decoration: none;
	border: solid 2px #006834;
	padding: 10px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 10px;
}

.ar-buttom a:hover {
	background-color: #E3EA98;
}


/* リスト（取扱保険会社）---------------------- */

.c-title {
	margin: 80px 25px 0 25px;
}

.c-title a:hover {
	background-color: none;
}

.c-title p {
	border-bottom: 1px solid #006834;
	padding-bottom: 5px;
	color: #333;
	text-align: center;
}

.c-list {
	margin: 25px 25px 10px 25px;
	
}

.waku {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

saide article img {
	padding: 5px 10px 1px;
	}
	
/* 相談・連絡 -------------------------*/

.info {
	margin-top: 50px;
	margin-bottom: 30px;
}


.top00 {
	color: #ffffff;
	background-color:#8EC31E;
	padding: 10px;
	margin-bottom: 20px;
}

.info h5 {
	font-size: 18px;
	color: #333;
}

.vis-tel {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
}

.btn_mail00 {
	width: 275px;
	margin-bottom: 15px;
}

.info_p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #C00;
}
	
.btn_tel00 {
	width: 275px;
}
	
/* フッター --------------------------------------*/

footer {
	width: auto;
	font-size: 14px;
	margin: 50px 0 20px;
	color: #FFF;
	padding: 0 25px 20px 25px;
}

.address {
	border-bottom: solid 1px #ffffff;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 10px;
}

.this a {
	color: #FFFF99;
	line-height: 2;
}

footer li a:hover {
	color: #FFCCFF;
}

footer p {
	text-align: end;
	font-size: 12px;
}

.footblock-center {
	padding: 20px 0;
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	margin: 20px 0;
}

@media (min-width: 767px) {
	
/* PC トグルボタン非表示 */
.cp_cont {
	display: none;
}

nav {
	display: block;
}

/* PC版：コンテナ、ヘッダーの幅 */
.container {
	max-width: 767px;
	margin-left: auto;
	margin-right: auto;
}

/* PC版：「ヘッダー」ブロック内のコンテナ：横一列に並べる */
header .container {
	display: flex;
	justify-content: space-between;
}	
	
/* PC ナビゲーションメニュー */

nav li {
	display: inline;
}

nav li:not(:last-child) {
	margin-right: 10px;
}

nav {
	margin-top: 50px;
}

nav ul {
	list-style-type: none;
	padding: 0;
}

nav a {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

nav a:hover {
	color: #ef9504;
	border-bottom: 5px solid #8EC31E;
	padding-bottom: 8px;
}
	
.nav-index {
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 5px solid #8EC31E;
	padding-bottom: 8px;
	margin-top: 4px;
	color: #333333;
}	


/* -----------ヒーローの背景----------------------------------------------- */

body {
background: linear-gradient(to bottom, #eaf2fa 90%, #FFF);
background-position: 0 150px;
background-repeat: no-repeat;
width: auto;
height: 90vw;
max-height: 1000px;
}
	
/* ヒーロー */

.hero {
	max-width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.subcopy {
	margin: 20px auto 0 auto;
	width: 650px;
}

h4 {
	color: #666;
	font-size: 20px;
	line-height: 2em;
}	
	
	
/* 保険のご案内へ（女子） */

.annai {
	margin: 50px auto 50px auto;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	height: 320px;
	width: 767px;
}

.narabi {
	width:450px;
	margin: 30px auto 10px auto;
	position: relative;
}

.jyoshi {
	width: auto;
	height: 270px;
	vertical-align: bottom;
	position: absolute;
}

/* リンクボタン（保険のご案内へ） */

.guide2 {
	color: #006834;
	text-decoration: none;
	border: solid 2px #006834;
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	position: absolute;
	margin-left: 220px;
	margin-top: 100px;
	}


.netgroup-title {
	margin: 100px auto 50px auto;
	border-bottom: solid 1px #999;
	max-width: 767px;
}


/* 新・海外旅行保険off!用(※他のweb保険も兼用) */

.travel {
	border-bottom: solid 1px #999;
	height: auto;
	width: 767px;
	padding-bottom: 40px;
	margin: 0px auto 40px auto;
	}

.travelall {
	width: 80%;
	margin: 0 auto 0 auto;
	display: flex; /*横並び*/
}

.travelall .travelimage {
	width: 102%;
}
	
.travelright {
	width: 93%;
	margin: 0px auto 0px 30px;
}


/* ワンデーサポーターのみ/pc用---------------------------------------------------*/

.smart {
	display: none;
}

.pctype {
	display: block;
}

.oneday {
	border-bottom: solid 1px #999;
	height: auto;
	width: 767px;
	padding-bottom: 40px;
	margin: 0px auto 40px auto;
	}

.onedayall {
	width: 80%;
	margin: 0 auto 0 auto;
	display: flex; /*横並び*/
}

.onedayall .onedayimage {
	width: 102%;
}

.onedaymiddle {
	margin-left: 20px;
	width: 28%;
	display: block;
}
	
.onedayright {
	width: 93%;
	margin: 0px auto 0px 20px;
}

.onedayall .onedayimage:hover {
	opacity:1;
}


/* 個人＆法人保険の案内へ -------------------------*/

.okyaku {
	margin: -50px 70px 0 70px;
}

.okyaku-part {
	margin-top: 10vw;
}

.okyaku div {
	display: flex;
	justify-content: space-between;
}

.okyaku-part {
	width: 48%;
	flex: none;
}


article h5 {
	font-size: 30px;
	text-align: center;
	margin-top: -105%;
	color: #333;
}

/* リスト（取扱保険会社）---------------------- */

.c-title {
	margin: 80px 25px 0 25px;
}

.c-title p {
	border-bottom: 1px solid #006834;
	padding-bottom: 5px;
	color: #333;
	text-align: center;
}

.c-list {
	margin: 25px 40px 10px 40px;
	
}


.c-list div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.waku {
	padding: 0;
	width: 49%;
	flex: none;
}

.waku {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

saide article img {
	padding: 5px 10px 1px;
}
	
	
	
/* 相談・連絡 -------------------------*/

.info {
	grid-row: contact;
	margin: 50px auto 30px auto;
	width: 275px;
}
	
	
/* フッター --------------------------------------*/

footer {
	width: auto;
	font-size: 14px;
	margin: 50px 0 20px;
	color: #FFF;
	padding: 0 25px 20px 25px;
}

.address {
	border-bottom: solid 1px #ffffff;
	padding-bottom: 30px;
	padding-top: 50px;
	margin-bottom: 10px;
}
	
.leftblock {
	margin-left: 100px;
}
}

@media (min-width: 1024px) {

/* PC版：コンテナ、ヘッダーの幅 */
.container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* PC ナビゲーションメニュー */

nav li:not(:last-child) {
	margin-right: 20px;
}

nav a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}
	
.nav-index {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 5px solid #8EC31E;
	padding-bottom: 8px;
	margin-top: 4px;
	color: #333333;
}	
	
/* サブコピー */

.subcopy {
	margin: 50px auto 0 auto;
	width: 850px;
}

h4 {
	color: #666;
	font-size: 20px;
	line-height: 1.8em;
}


/* 保険のご案内へ（女子） */

.annai {
	margin: 50px auto 50px auto;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	height: 320px;
	width: 1000px;
}





.netgroup-title {
	margin: 100px auto 50px auto;
	border-bottom: solid 1px #999;
	max-width: 1000px;
}


/* ワンデーサポータのみー/pc用---------------------------------------------------*/

.smart {
	display: none;
}

.oneday {
	border-bottom: solid 1px #999;
	height: auto;
	width: 1000px;
	padding-bottom: 40px;
	margin: 0px auto 40px auto;
	}

.onedayall {
	width: 80%;
	margin: 0 auto 0 auto;
	display: flex; /*横並び*/
}

.onedayall .onedayimage {
	width: 102%;
}
	
.onedayright {
	width: 112%;
	margin: 0px auto 0px 20px;
}



/* 新・海外旅行保険off!用(※他のweb保険も兼用) */
.travel {
	border-bottom: solid 1px #999;
	height: auto;
	width: 1000px;
	padding-bottom: 40px;
	margin: 0px auto 40px auto;
	}

.travelall {
	width: 80%;
	margin: 0 auto 0 auto;
	display: flex; /*横並び*/
}

.travelall .travelimage {
	width: 102%;
}
	
.travelright {
	width: 93%;
	margin: 0px auto 0px 30px;
}



/* 個人＆法人保険の案内へ -------------------------*/

.okyaku {
	margin: -100px auto 0 auto;
	width: 1000px;
}

article h5 {
	font-size: 35px;
	text-align: center;
	margin-top: -105%;
	color: #333;
}

/* リスト（取扱保険会社）---------------------- */

.c-title {
	margin: 150px auto 0 auto;
	width: 1000px;
}

.c-list {
	margin: 25px auto 10px auto;
	width: 800px;
	
}

.waku {
	padding: 0;
	width: 49.5%;
	flex: none;
}

/* 相談・連絡 -------------------------*/

.info {
	margin-top: 100px;
	margin-bottom: 30px;
}

/* --- フッター --------------------- */

.address div {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	justify-content: space-between;
}

.footblock-center {
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-bottom-style: none;
}


.footblock-left {
	width: auto;
}

.footblock-right {
	width: auto;
}

.footblock-center {
	width: auto;
	margin: 0 50px;
}


}
