@charset "utf-8";
/* 全体 */
.dantaihoken *,
.dantaihoken *::before,
.dantaihoken *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.dantaihoken * {
    font-family: 'メイリオ',Meiryo, 'ヒラギノ角ゴ ProN W3', "ＭＳ ゴシック",sans-serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
}
.dantaihoken .inner {
	max-width: 960px;
    margin: 0 auto;
}
.dantaihoken a {
    color: #333;
}
.dantaihoken a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.dantaihoken .hoken {
	width: 465px;
	position: relative;
}
.hoken {
	margin-bottom: 30px;
}
.pageTop {
	z-index: 10;
}
/* end 全体 */

/* トップページ */
.dantaihoken.top .bgBlue {
	padding: 3rem;
	text-align: center;
}
.dantaihoken.top img {
	max-width: 1180px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0 6rem;
	background: #d3edfa;
}
@media screen and (max-width: 767px) {
	.dantaihoken.top .bgBlue {
		padding: 2rem 0;
	}
	.dantaihoken.top img {
		width: 95%;
		padding: 0.5rem 0;
	}
}
/* end トップページ */
.dantaihoken.shokuiki .bgBlue {
	padding: 3rem 0;
}
.dantaihoken.shokuiki .inner {
	text-align: center;
}
.dantaihoken.shokuiki img {
	width: 80%;
	border: 1px solid #ccc;
}
.dantaihoken.shokuiki .movie .video-wrap .video-box {
	width: 32.5%;
}
.dantaihoken .movie .caption span.new {
	color: #d54188;
}
@media screen and (max-width: 767px) {
	.dantaihoken.shokuiki .bgBlue {
		padding: 2rem 0;
	}
	.dantaihoken.shokuiki img {
		width: 95%;
	}
	.dantaihoken.shokuiki .movie .video-wrap .video-box {
		width: 90%;
	}

}
/* 職域ページ */

/* end 職域ページ */

/* ログインページ */
.dantaihoken .login_form {
	background-color: #f2f2f2;
  margin: 50px 0;
  padding: 20px 0;
	min-height: 400px;
}

@media screen and (max-width: 767px) {
    .dantaihoken .login_form {
    height: unset;
    padding: 2rem;
    }
}

.dantaihoken .login_title {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 36px;
	margin: 30px 0;
}
.dantaihoken .login_text {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 16px;
    padding: 0px 8rem;
}
.dantaihoken .login_textlink {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 18px;
  padding: 15px 8rem 0 8rem;
}
.dantaihoken .login_textlink a{
  color: #2c93cd;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .dantaihoken .login_text {
        padding: 0;
    }
}

.dantaihoken .password {
		width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
}
.dantaihoken .password_imput {
	width: 200px;
	height: 40px;
}
.dantaihoken .login_button {
	display: block;
	font-size: 30px;
	width: 250px;
	margin: 10px auto;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	color: #fff;
	border: 2px solid #ba454b;
	background-color: #ba454b;
}
.dantaihoken .attention {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: red;
}
.dantaihoken .note3 {
  text-align: left!important;
	text-indent: 3em;
	font-size: 14px;
}
/* end ログインページ */



/* MSリンク追加 */
.ms-ins-link {
	-webkit-box-shadow: 0 2px 0 0 #d5d5d5;
	        box-shadow: 0 2px 0 0 #d5d5d5;
	background: -o-linear-gradient(#fff, #f4f4f4);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
	background: linear-gradient(#fff, #f4f4f4);
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 6px;
	padding: 0.5em;
	line-height: initial;
	text-decoration: none;
	cursor: pointer;
	color: #00665a!important;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 100;
}
.ms-ins-link span {
	padding-left: 0.5em;
}
.ms-ins-link:hover {
	opacity: 0.6;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.ms-ins-link {
	  font-size: 2vw;
	}
}
/* end MSリンク追加 */


/* ゴルファー保険・短期所得補償保険 */
.hoken.hoken-half-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-orient: initial!important;
	-ms-flex-direction: row!important;
	    flex-direction: row!important;
	padding: 0!important;
	background: none!important;
}
.hoken.hoken-half-wrap .hoken-half-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 50%;
	background: #fff;
	padding: 10px;
}
.hoken.hoken-half-wrap .hoken-half-box:first-child {
	margin-right: 15px;
}
.hoken.hoken-half-wrap .title {
	color: #f92e4f;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0;
}
.dantaihoken .hoken.hoken-half-wrap .icon {
	top: 70%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 5%;
	width: 60px;
	-webkit-box-reflect: below 1px -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0) 60%,rgba(0,0,0,0.2));
}
.dantaihoken .hoken.hoken-half-wrap .button-wrap a {
	font-size: 11px!important;
}
@media screen and (max-width: 767px) {
	.hoken.hoken.hoken-half-wrap .hoken-half-box:first-child {
		margin-right: 5px;
	}
	.hoken.hoken-half-wrap .title {
		font-size: 18px;
	}
}

.hoken.hoken-half-wrap .hoken-half-box.grayout {
	background: #e4e4e4;
}
.hoken.hoken-half-wrap .grayout .title {
	color: #8f908f;
}

@media screen and (max-width: 767px) {
	.hoken.hoken-half-wrap .grayout .notice:after {
		border-right: solid 25px #e4e4e4;
	}
}
/* end ゴルファー保険・短期所得補償保険 */




/* 統一募集2020社員様ページMV周り*/

.dantaihoken .shain-mv {
	margin-top: 10px;
	padding: 30px 0;
	background: #D3EDFB;
}
.dantaihoken .shain-mv img {
	width: 100%;
}
.dantaihoken .hoken-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}


.dantaihoken .info {
	padding: 6rem 0;
	/* background: #f9f9f9; */
}
.dantaihoken .info .info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
}
.dantaihoken .info .button-wrap {
	width: 230px;
}
.dantaihoken .info .button-wrap p {
	text-align: center;
	color: #5d5d5d;
	font-size: 16px;
}
.dantaihoken .info .button-wrap p.link {
	margin-top: 0.5em;
}
.dantaihoken .info .button-wrap p.link a {
	color: #4C8AD3;
	background: url(/toitsu/images/pdf-blue.svg) no-repeat 100% 50%;
    padding-right: 1.25em;
}
.dantaihoken .info .info-button {
    position: relative;
    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;
    width: 100%;
    height: 120px;
    border-radius: 5px;
	/* box-shadow: #bbbbbb 1px 2px 3px -1px, #ACACAC 0 -7px 0 inset; */
	-webkit-box-shadow: 0 4px 0 0 #ACACAC;
	        box-shadow: 0 4px 0 0 #ACACAC;
    text-decoration: none;
	font-size: 16px;
	font-weight: bold;
    letter-spacing: 0.1em;
	background-color: #fff!important;
	margin-bottom: 0.5em;
	border: 1px solid #ddd;
}
.dantaihoken .info i::before {
	font-size: 2em;
	padding-left: 0.5em;
	/* color: #00BCD4!important; */
}
.dantaihoken .info .fa-book::before {
	color: #D34C59;
}
.dantaihoken .info .fa-laptop::before {
	color: #4C8AD3;
}
.dantaihoken .info .fa-question-circle::before {
	color: #eac04a;
}
.dantaihoken .info .fa-paper-plane::before {
	color: #488a2d;
}

.dantaihoken .movie {
	/* background: #d2dbef; */
	/* background: #fffded; */
	background: #fff;
    padding: 5rem 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.dantaihoken .movie:nth-of-type(even) {
	background: #fff;
}

.dantaihoken video {
    background: #848484;
    display: block;
    margin: 0 auto;
    width: 640px;
}
.dantaihoken .caption {
    display: inline-block;
	margin-top: 1em;
	font-size: 16px;
    font-weight: bold;
	color: #5d5d5d;
}
.dantaihoken .caption span {
	font-size: .75em;
}

.dantaihoken .movie .title {
	font-size: 22px;
	font-weight: bold;
	/* color: #d54188; */
	color: #00BCD4;
	margin-bottom: 1em;
    line-height: 2;
    letter-spacing: 4px;
}
.dantaihoken .movie .video-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.dantaihoken.shain .movie .video-wrap:not(:last-child) {
	margin-bottom: 3em;
}
.dantaihoken .movie .video-wrap .video-box {
	width: 32.5%;
	border: 1px solid #ccc;
	padding: 0.5em;
	border-radius: 5px;
}
.dantaihoken .movie .video-wrap .video-box video {
	width: 100%;
}



@media screen and (max-width: 767px) {
	.dantaihoken .info .info-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.dantaihoken .info .button-wrap {
		width: 90%;
		margin: 0 auto 1rem;
	}
	.dantaihoken .info .info-button {
		height: 70px;
		width: 95%;
		margin: 0 auto 0.5em;
	}
	.dantaihoken .info .info-button.book {
		background: url(/toitsu/images/book.svg) no-repeat right 20px top 50%,
					url(/toitsu/images/pdf-gray.svg) no-repeat right 10px bottom 15px;
		background-size: 30px, 15px;
	}
	.dantaihoken .info .info-button.people {
		background: url(/toitsu/images/people.svg) no-repeat right 20px top 50%,
					url(/toitsu/images/pdf-gray.svg) no-repeat right 10px bottom 15px;
		background-size: 35px, 15px;
	}
	.dantaihoken .movie {
		padding: 3rem 0;
	}
	.dantaihoken video {
		width: 90%;
	}
	.dantaihoken .movie .video-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.dantaihoken .movie .video-wrap .video-box {
		width: 90%;
		margin: 0 auto 3em;
	}
	.dantaihoken .movie .video-wrap .video-box:last-child {
		margin-bottom: 0;
	}
	.dantaihoken .movie .title {
		font-size: 16px;
		margin-bottom: 1em;
		letter-spacing: 2px;
	}
}
/* end 統一募集2020社員様ページMV周り*/



/* 統一募集2020社員様ページ保険周り */
.dantaihoken .hoken {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 220px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.dantaihoken .pink .hoken {
	background-color: #ffd8de;
}
.dantaihoken .white .hoken {
	background-color: #fff;
}
.dantaihoken .gray .hoken {
	background-color: #e4e4e4;
}


.dantaihoken .hoken .top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 40px;
	z-index: 1;
}
.dantaihoken .hoken .top-wrap .note01 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	padding: 0.2em 0.75em;
	border-radius: 3px;
}
.dantaihoken .pink .hoken .top-wrap .note01 {
	background: #f9294c;
}
.dantaihoken .white .hoken .top-wrap .note01 {
	background: #4d4d4d;
}
.dantaihoken .gray .hoken .top-wrap .note01,
.dantaihoken .hoken-half-box.grayout .top-wrap .note01 {
	background: #6a6a6a;
}
.dantaihoken .hoken .top-wrap .note02 {
	font-weight: bold;
}
.dantaihoken .pink .hoken .top-wrap .note02 {
	color: #f9294c;
	font-size: 24px;
}
.dantaihoken .gray .hoken .top-wrap .note02 {
	color: #6a6a6a;
	font-size: 18px;
}

.dantaihoken .hoken .button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	z-index: 1;
}
.dantaihoken .hoken .button-wrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-left: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	        box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);

	-webkit-box-shadow: 0 2px 0 0 #d5d5d5;

	        box-shadow: 0 2px 0 0 #d5d5d5;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
}
.dantaihoken .hoken .button-wrap a span {
	font-size: 0.5em;
}
.dantaihoken .hoken .button-wrap a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.dantaihoken .hoken .button-wrap a.black {
	background: #333;
}
.dantaihoken .hoken .button-wrap a.green {
	background: #8cc63f;
}
.dantaihoken .hoken .button-wrap a.blue {
	background: #29abe2;
}
.dantaihoken .hoken .button-wrap a.orange {
	background: #fbb03b;
}
.dantaihoken .hoken .button-wrap a.purple {
	background: #e17daf;
}
.dantaihoken .hoken .button-wrap a.red {
	background: #ff1e26;
	font-size: 11px;
}
.dantaihoken .hoken .button-wrap a.red.white {
	color: #ff1e26;
	text-shadow: none;
	background: #fff;
	border: 1px solid #ff1e26;
	font-size: 11px;
	font-weight: normal;
}
.dantaihoken .hoken .button-wrap a.green.white {
	color: #8cc63f;
	text-shadow: none;
	background: #fff;
	border: 1px solid #8cc63f;
	font-size: 11px;
	font-weight: normal;
}
.dantaihoken .hoken .button-wrap a.off {
	pointer-events: none;
	background: #f2f2f2;
}

.dantaihoken .hoken .icon,
.dantaihoken .hoken .name {
	position: absolute;
	width: auto;
}


.dantaihoken .hoken .icon {
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.dantaihoken .hoken .name {
	top: 30%;
	left: 30%;
}

@media screen and (max-width: 767px) {
	.dantaihoken .hoken {
		float: none;
		width: 90%;
		margin: 0 auto 10px;
	}
	.dantaihoken .hoken-wrap {
		max-width: 465px;
		margin: 0 auto;
	}
	.dantaihoken .hoken .top-wrap {
		height: 30px;
	}
	.dantaihoken .hoken .top-wrap .note01 {
		font-size: 13px;
	}
	.dantaihoken .pink .hoken .top-wrap .note02 {
		font-size: 18px;
	}
	.dantaihoken .gray .hoken .top-wrap .note02 {
		font-size: 14px;
	}
	.dantaihoken .hoken .middle-wrap {
		height: 85px;
	}
	.dantaihoken .hoken .button-wrap a {
		width: 50px;
		height: 50px;
		font-size: 12px;
	}
	.dantaihoken .hoken .button-wrap a.red,
	.dantaihoken .hoken .button-wrap a.red.white,
	.dantaihoken .hoken .button-wrap a.green.white {
		font-size: 10px;
	}
}

@media screen and (max-width: 767px) {
	.dantaihoken .hoken {
		height: 170px;
	}
	.dantaihoken .hoken .icon,
	.dantaihoken .hoken .name {
		zoom: 0.6;
	}
	.dantaihoken .hoken .icon {
		top: 45%;
	}
	.dantaihoken .hoken .top-wrap .note01 {
		font-size: 12px;
	}
	.dantaihoken .pink .hoken .top-wrap .note02 {
		font-size: 14px;
	}
	.dantaihoken .gray .hoken .top-wrap .note02 {
		font-size: 12px;
	}
}

/* end 統一募集2020社員様ページ保険周り */


/* FAQ */
.dantaihoken.faq {
	color: #333;
}
.dantaihoken.faq .link {
	text-decoration: underline;
	color: #4C8AD3;
}
.dantaihoken.faq h2::after {
    border-bottom: 4px solid #c93947;
}

.dantaihoken.faq .qa .quetstion-wrap,
.dantaihoken.faq .qa .answer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.dantaihoken.faq .qa .int {
	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;
	width: 50px;
	font-size: 1.5em;
	font-weight: bold;
}
.dantaihoken.faq .qa .quetstion-wrap .int {
	background: #c93947;
	color: #fff;
}
.dantaihoken.faq .qa .answer-wrap .int {
	border: 2px solid #c93947;
	color: #c93947;
}
.dantaihoken.faq .qa .txt {
	width: calc(100% - 50px);

}
.dantaihoken.faq .qa .quetstion-wrap .txt {
	background: #F5F5F5;
	font-weight: bold;
	padding: 0.5em;
}
.dantaihoken.faq .qa .quetstion-wrap .txt span {
	font-size: 1.5em;
}
.dantaihoken.faq .qa .answer-wrap .txt {
	padding: 1em;
	border-top: 2px solid #F5F5F5;
}

@media screen and (max-width: 767px) {
	.dantaihoken.faq .inner,
	.dantaihoken.faq #content .inner {
		padding: 10px;
	}
	.dantaihoken.faq .qa .int {
		width: 40px;
		font-size: 1.5em;
	}
	.dantaihoken.faq .qa .txt {
		width: calc(100% - 40px);

	}
}
/* end FAQ */
