﻿@charset "utf-8";
/* CSS Document */

/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: #333;
}
/*＝＝＝＝＝スタイルのリセット＝＝＝＝＝＝*/

body{
	/*background: #f9f0dc;*/
	background:#FFF;
	line-height: 1.4;
	color: #454545;
	font-size:18px;
	font-weight: 300;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
body .wrapper .main_contents{
    width: 100%;
    max-width: 1280px;
    padding: 20px 0;
    margin: 0 auto;
    clear: both;
	box-sizing: border-box;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
body .wrapper .main_contents h3{
    padding: 10px;
    font-weight: 600;
	margin: 10px 0 0;
	color:#0560b6;
	font-size: 120%;
	text-align: center;
}
body .wrapper .main_contents h4{
    padding: 10px;
    font-weight: 600;
	margin: 10px 0 0;
	color:#3e3e60;
	font-size: 110%;
	text-align: center;
}
body .wrapper h2 {
	display: block;
	padding: 5px 10px;
	color: #000066;
	margin:40px auto 10px;
	font-size: 135%;
	text-align: left;
	width: 100%;
	max-width: 1280px;
	border-bottom: 1px solid #000066;
	font-weight: 600;
}
body .wrapper h2 img{
	width: 140px;
    padding: 0 10px;
}
.main_contents .text{
	padding: 10px;
	margin-left: 10px;
	line-height: 1.8;
	text-indent: -1.25em;
	padding-left: 1em;
} 
.main_contents .procedure{
	width: 100%;
	display: flex;
    align-items: center;
	border-bottom: 1px dotted #ccc;
	padding: 15px 0;
	align-items: flex-start;
}
.main_contents .procedure span{
	font-size: 80%;
	display: block;
}
.main_contents .procedure p{
	font-size: 95%;
	display: block;
	padding: 10px 0 0;
}
.main_contents .procedure p span:first-of-type{
	font-weight: bold;
	font-size: 100%;
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #121287;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #121287;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  padding: 15px 10px;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.main_contents div:nth-child(4).procedure{
	border-bottom: none;
}
.main_contents .procedure .kakunin{
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    width: 50%;
}
.main_contents .procedure .kakunin img{
    width: 100%;
	border: 1px solid #ccc;
	padding: 10px;
	max-width: 600px;
}
.main_contents .procedure .text{
    width: 50%;
    padding: 10px 10px 10px 20px;
}
.main_contents .procedure .text em{
	color: #cc0000;
	display: block;
	font-size: 14px;
}
.main_contents .procedure .text a{
	text-decoration: underline;
    color: #00a4bf;
}
.main_contents .procedure .kakunin em{
	color: #cc0000;
	display: block;
	padding: 10px 5px 5px;
	font-size: 12px;
}
.main_contents .note{
	line-height: 1.8;
    padding: 10px 25px 10px;
    margin-bottom: 30px;
	font-size: 14px;
	width: 100%;
}
.main_contents .note ul li{
	list-style: disc;
}
body .wrapper ul.list_btn{
    margin: 40px auto 20px;
	display: flex;
	list-style: none;
}	
body .wrapper .list_btn li{
	width: 49%;
	margin: 0 0.5%;
    box-sizing: border-box;
    background: #017777;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    position: relative;
    border: 2px solid #017777;
}	
body .wrapper .list_btn li a{
	display: block;
	opacity: 0.9;
	color: #fff;
	padding: 10px;
}
body .wrapper .list_btn li,
body .wrapper .list_btn li:before,
body .wrapper .list_btn li::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
body .wrapper .list_btn ::after {
	clear: both;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #FFF;
	border-image: none;
    border-style: solid;
	border-width: 7px 7px 7px 9px;
	content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 0;
	z-index: 1;
}
body .wrapper .list_btn li a:hover {
	background-color: #048f8f;
	color: #fff;
	z-index: 3;
}
.feature{
	overflow: hidden;
}
.feature .heightLineParent{
	display: flex;
	flex-wrap: wrap;
}
.main_contents .tab-wrap p.text{
	padding: 30px 0 15px;
	text-align: center;
	font-size: 22px;
	position: relative;
	font-weight: 600;
}
.main_contents .tab-wrap p.text span{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.main_contents .tab-wrap p.text:before{
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 5px auto 5px;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-top: 15px solid #d40773;
}
body div.main_contents .box_m,
body div.main_contents .box_f,
body div.main_contents .box_l{
    width: 25%;
    box-sizing: border-box;
    padding: 15px;
	position: relative;
}
body div.main_contents .box_m .att,
body div.main_contents .box_f .att,
body div.main_contents .box_l .att{
    font-size: 75%;
	padding: 10px 0 10px 10px;
	display: block;
}
body div.main_contents .box_m img,
body div.main_contents .box_f img,
body div.main_contents .box_l img{
	margin: 0 auto;
	width: 150px;
	border: 1px solid #ccc;
	display: block;
}
body div.main_contents .box_f p,
body div.main_contents .box_m p,
body div.main_contents .box_l p{
    display: block;
}
body div.main_contents .box_f .fig_expansion,
body div.main_contents .box_f .fig_expansion2,
body div.main_contents .box_m .fig_expansion,
body div.main_contents .box_m .fig_expansion2,
body div.main_contents .box_l .fig_expansion,
body div.main_contents .box_l .fig_expansion2,
body div.main_contents .box_m .fig_expansion3{
	width: 40px;
    position: absolute;
    right: 80px;
	border: none;
}
body div.main_contents .box_m span,
body div.main_contents .box_m span,
body div.main_contents .box_l span{
	font-size: 85%;
}
body div.main_contents .box_f h4,
body div.main_contents .box_m h4,
body div.main_contents .box_l h4{
	background: none;
    color: #0560b6;
    line-height: 1.4;
    margin: 0;
	font-size: 15px;
    font-weight: 500;
	text-align: left;
}
body div.main_contents .box_f .icn,
body div.main_contents .box_m .icn,
body div.main_contents .box_l .icn{
	width: 40px;
	height: 40px;
	background-color: #0560b6;
	border-radius: 60px;
	position: absolute;
	text-align: center;
}
body div.main_contents .box_f .icn span,
body div.main_contents .box_m .icn span,
body div.main_contents .box_l .icn span{
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0px;
    display: block;
}

/*-----------------------------*/
div.top_return{
	position: fixed;
    bottom: 16px;
    right: 16px;
	z-index: 999;
}
div.top_return a{
	display: block;
	text-decoration: none;
	background: #cc3333;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
	z-index: 0;
	opacity: 0.9;
}
div.top_return:hover{
    opacity: 0.85 ;
}

/*-----------------------------*/
@media screen and (min-width:769px) { 
	/*　画面サイズが769px以上はここを読み込む　*/

body .main_image{
	width:100%;
	text-align: center;
	background: #7054a1;
	font-size: 0;
}
body div.main_contents .box_f h4,
body div.main_contents .box_m h4,
body div.main_contents .box_l h4{
    min-height: 77px;
    padding: 0 0 10px 37px;
}

body div.main_contents .box_f .icn,
body div.main_contents .box_m .icn,
body div.main_contents .box_l .icn{
    top: 15px;
    left: 0;
}
body div.main_contents .box_f .fig_expansion,
body div.main_contents .box_f .fig_expansion2,
body div.main_contents .box_m .fig_expansion,
body div.main_contents .box_m .fig_expansion2{
    top: 370px;
}
body div.main_contents .box_f .fig_expansion2,
body div.main_contents .box_m .fig_expansion2{
    top: 315px;
}
body div.main_contents .box_l .fig_expansion{
    top: 405px;
}
body div.main_contents .box_l .fig_expansion2{
    top: 360px;
}
body div.main_contents .box_m .fig_expansion3{
    top: 315px;
}
.cpn{
    width: 960px;
    margin: -20px auto 10px;
    position: relative;
}
.sp_view{
    display: none;
}


	
}
@media screen and (max-width:768px) { 
    /*　画面サイズが768px以下はここを読み込む　*/
	body{
		font-size: 16px;
	}
	
	/*-----------------------------*/

	body .main_image img{
		width: 100%;
	}
	body .main_image p{
		color: #27449a;
		padding: 10px;
		text-align: left;
		font-weight: 400;
	}
	body .wrapper h2{
		font-size: 20px;
		text-align: left;
		margin-bottom:0;
	}
	body .wrapper .main_contents{
		width: 100%;
		padding: 0px 0 0 !important;
	}
	body div.main_contents .text{
		font-size:15px;
		padding: 10px 0;
		text-align: left;
		line-height: 1.8;
		} 
	body div.main_contents .procedure{
	    width: 100%;
	    padding: 0;
	    display: block;
	}
	body div.main_contents .procedure .kakunin{
	    display: block;
	    margin-bottom: 0;
	    width: 100%;
	}
	body div.main_contents .procedure .text{
	    width: 100%;
	    padding: 0 15px 15px 15px;
	}
	body div.main_contents p.text{
		font-size: 16px;
	}
	.main_contents .tab-wrap p.text{
	    font-size: 20px;
	}
	.tab-switch:checked+.tab-label+.tab-content {
	    padding: 10px 0 15px;
	}
	body div.main_contents .box_f,
	body div.main_contents .box_m,
	body div.main_contents .box_l {
	    width: 50%;
	    padding: 10px 5px 15px;
	}
	body div.main_contents .box_f img,
	body div.main_contents .box_m img,
	body div.main_contents .box_l img {
		width: 110px;
	}
	body div.main_contents .box_f h4,
	body div.main_contents .box_m h4,
	body div.main_contents .box_l h4 {
	    font-size: 14px;
	    padding: 0 0 10px 40px;
	}
	body div.main_contents .box_f h4 {
		min-height: 70px;
	}
	body div.main_contents .box_m h4 {
		min-height: 115px;		
	}
	body div.main_contents .box_l h4{
		min-height: 165px;		
	}
	body div.main_contents .box_f .fig_expansion{
		right: 40px;
		top: 270px;
	}
	body div.main_contents .box_f .fig_expansion2{
		right: 40px;
		top: 235px;
	}
	body div.main_contents .box_m .fig_expansion{
		right: 40px;
		top: 315px;
	}
	body div.main_contents .box_m .fig_expansion2{
		right: 40px;
		top: 300px;
	}
	body div.main_contents .box_m .fig_expansion3{
		right: 40px;
		top: 280px;
	}
	body div.main_contents .box_l .fig_expansion{
		right: 40px;
		top: 365px;
	}
	body div.main_contents .box_l .fig_expansion2{
		right: 40px;
		top: 330px;
	}
	body div.main_contents .box_l .fig_expansion4{
		right: 45px;
		top: 365px;
	}
	body div.main_contents .box_m .icn,
	body div.main_contents .box_f .icn,
	body div.main_contents .box_l .icn{
		top: 10px;
		left: 6px;
		width: 33px;
		height: 33px;
	}
	body div.main_contents .box_m .icn span,
	body div.main_contents .box_f .icn span,
	body div.main_contents .box_l .icn span{
		padding: 8px 0px 10px;
	}
	.cpn{
		margin:10px 10px 0;
		box-sizing: border-box;
	}
	body .wrapper h2{
		margin-top: 10px;	
	}
	body .wrapper h2 img{
		width: 80px;
	}
	body .wrapper h2 span.name{
		font-size: 140%;
		padding: 0;
	}
	body .wrapper h2 span.name span.intro{
	    font-size: 40%;
	}
	
	/*-----------------------------*/
	
	.pc_view{
		display: none;
	}
}
